]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: replace XFS_IFORK_Q with a proper predicate function
authorDarrick J. Wong <djwong@kernel.org>
Wed, 24 Aug 2022 13:40:21 +0000 (15:40 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 30 Aug 2022 08:25:18 +0000 (10:25 +0200)
commit4f841585811f28f57616e1180458fe9080e72dea
treed8258048c15c767841ad19fa58abb282aed06e0f
parentd4292c66974521a5af81ac7967fae617cab322f4
xfs: replace XFS_IFORK_Q with a proper predicate function

Source kernel commit: 932b42c66cb5d0ca9800b128415b4ad6b1952b3e

Replace this shouty macro with a real C function that has a more
descriptive name.

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/util.c
libxfs/xfs_attr.c
libxfs/xfs_attr.h
libxfs/xfs_bmap.c
libxfs/xfs_inode_fork.c
libxfs/xfs_inode_fork.h