commit | 5662d38ccdbd9e5c816f5c0b7f490a29729217b0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu May 21 13:08:50 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed May 27 08:49:27 2020 -0700 |
tree | 8118e89ba179c947a7af9981a621540a88b81799 | |
parent | 7e88d31423e2874be03f8ebc6274c917f674743a [diff] |
xfs: move xfs_inode_ag_iterator to be closer to the perag walking code Move the xfs_inode_ag_iterator function to be nearer xfs_inode_ag_walk so that we don't have to scroll back and forth to figure out how the incore inode walking function works. No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com>