]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create simplified inode walk function
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 14 Aug 2019 22:05:17 +0000 (18:05 -0400)
committerEric Sandeen <sandeen@redhat.com>
Wed, 14 Aug 2019 22:05:17 +0000 (18:05 -0400)
commitc9d1c308ed2e6cfa8cf2b8f55217ced7e0c80de6
treec46e0811d6c1efad0823a5a25b8b2edbd8d31696
parenta52f3fdeef3ae778c8bd73cd0ec2f4f16357a202
xfs: create simplified inode walk function

Source kernel commit: a211432c27ffa32d9978f6c18f5af0c3f8ad2ad1

Create a new iterator function to simplify walking inodes in an XFS
filesystem.  This new iterator will replace the existing open-coded
walking that goes on in various places.

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_ialloc_btree.c
libxfs/xfs_ialloc_btree.h