commit | f9e63342b858332d932414a7b27cad1d5557c84c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Feb 01 09:08:52 2019 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Feb 11 16:06:39 2019 -0800 |
tree | d98ef6dd8e8e7c1addc0f34d55e9d90378460acb | |
parent | 4539b8a7807848ad5c9e4d1d4199f34eb88669c5 [diff] |
xfs: consolidate scrub dinode mapping code into a single function Move all the confusing dinode mapping code that's split between xchk_iallocbt_check_cluster and xchk_iallocbt_check_cluster_ifree into the first function so that it's clearer how we find the dinode for a given inode. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>