]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: specify AG in bulk req
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 28 Aug 2019 16:08:09 +0000 (12:08 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 28 Aug 2019 16:08:09 +0000 (12:08 -0400)
commitcbab59a7fa7f328da517ffc6889684ed2660bdc4
tree944f5b6965f17e8d3d5a82bdb0c90e5ece6f3ce1
parentcb3dc1416f53990e31052ef695c9abb6a6a0e1b8
xfs: specify AG in bulk req

Source kernel commit: 13d59a2a61cbbb4cda13a0cba6d4d1fc537f5dd4

Add a new xfs_bulk_ireq flag to constrain the iteration to a single AG.
If the passed-in startino value is zero then we start with the first
inode in the AG that the user passes in; otherwise, we iterate only
within the same AG as the passed-in inode.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_fs.h