]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: create simplified inode walk function
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)
commit2af937c07bee726f8a2e20a3950a6575d7451dd2
tree2762c383f1d9c643a1f366c1a7b4911301689c97
parent4a509d6dd9635281cfd208bb494d3fb2121560b7
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