]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 28 Jun 2018 20:11:56 +0000 (15:11 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 28 Jun 2018 20:11:56 +0000 (15:11 -0500)
commit71a98c6679ca9786ce96e573b4b7b98731a3a0f9
treeb40bf768115d92470e87d71399ad8953cf00803d
parent17d741a856e72330d7b1cf923b7e94d496a647b0
xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk

Source kernel commit: 9f3a080ef19b1c182a8fb1edbfb707fdb811437c

This function is basically a generic AGFL block iterator, so promote it
to libxfs ahead of online repair wanting to use it.

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