commit | 23ffa52cc792813bda35fd7bbaa87df8540d4bcb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Feb 07 10:37:15 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:07:01 2019 -0800 |
tree | 52b60f0a7626e98214f74859569b2aafd9d42160 | |
parent | f2fc16a3d7c12224d4c19055fef40ca6379b2045 [diff] |
xfs: refactor unlinked list search and mapping to a separate function There's a loop that searches an unlinked bucket list to find the inode that points to a given inode. Hoist this into a separate function; later we'll use our iunlink backref cache to bypass the slow list operation. No functional changes. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>