commit | 003ffecdaabfef9fedba523ad62e6c4364091fbc | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Jun 25 14:58:00 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jul 26 14:07:28 2019 -0700 |
tree | 8ff7c55292c31425d5b7a104529f857665766a7b | |
parent | 10ec4773284ff577f3a553739c224592df6faa16 [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>