commit | a211432c27ffa32d9978f6c18f5af0c3f8ad2ad1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 02 09:39:38 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jul 02 09:40:05 2019 -0700 |
tree | e9eea5c3d498f02fc9f2ccbaa3aced4169b7e6e8 | |
parent | 5bb46e3e180d28c7ee6715f47c344be366a3fcc8 [diff] |
xfs: create simplified inode walk function 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>