commit | 0f28b25731f76feda1ec71671754a2b7179ee1ef | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:46 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:26 2017 -0700 |
tree | 691296676679eb093b5123cb76a73683e74ad681 | |
parent | 2a721dbbc8bf4d76581fb073aa0d9554df56da1a [diff] |
xfs: scrub directory parent pointers Scrub parent pointers, sort of. For directories, we can ride the '..' entry up to the parent to confirm that there's at most one dentry that points back to this directory. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>