]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: replace inode fork size macros with functions
authorDarrick J. Wong <djwong@kernel.org>
Wed, 24 Aug 2022 13:57:29 +0000 (15:57 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 30 Aug 2022 08:26:48 +0000 (10:26 +0200)
commiteae3e30d405c0ddf771eacfda39aeae89e0495c6
treec84e7a53cfc30b700dd5d96f4258603125f585ab
parent4f841585811f28f57616e1180458fe9080e72dea
xfs: replace inode fork size macros with functions

Source kernel commit: c01147d929899f02a0a8b15e406d12784768ca72

Replace the shouty macros here with typechecked helper functions.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
include/xfs_inode.h
libxfs/xfs_attr_leaf.c
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_dir2.c
libxfs/xfs_dir2_block.c
libxfs/xfs_dir2_sf.c
libxfs/xfs_inode_fork.c
libxfs/xfs_inode_fork.h
mkfs/proto.c