xfs: remove XFS_IBULK_SAME_AG
authorChristoph Hellwig <hch@lst.de>
Wed, 23 Jul 2025 12:19:45 +0000 (14:19 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 11 Aug 2025 12:03:31 +0000 (14:03 +0200)
commit82efde9cf2e4ce25eac96a20e36eae7c338df1e0
tree6a60172fe65ab434e6ec9c5a5add4ee3301ff79d
parentd2845519b0723c5d5a0266cbf410495f9b8fd65c
xfs: remove XFS_IBULK_SAME_AG

Add a new field to struct xfs_ibulk to directly pass XFS_IWALK* flags,
and thus remove the need to indirect the SAME_AG flag through
XFS_IBULK*.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_itable.c
fs/xfs/xfs_itable.h