commit | 732436ef916b4f338d672ea56accfdb11e8d0732 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Sat Jul 09 10:56:05 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Jul 09 15:17:21 2022 -0700 |
tree | 7bf08497e6fc504c38c3b6091d832bda615dfd5c | |
parent | 0f38063d7a38015a47ca1488406bf21e0effe80e [diff] |
xfs: convert XFS_IFORK_PTR to a static inline helper We're about to make this logic do a bit more, so convert the macro to a static inline function for better typechecking and fewer shouty macros. No functional changes here. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>