aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/dir.c
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-10-31 12:10:02 -0700
committerDarrick J. Wong <darrick.wong@oracle.com>2017-11-01 15:03:16 -0700
commit13791d3b833428e7dc7253e066eef8cae75cd1c0 (patch)
tree3600246c9c4168c342ec2c7917e99370594f4611 /fs/xfs/scrub/dir.c
parentxfs: move error injection tags into their own file (diff)
downloadlinux-dev-13791d3b833428e7dc7253e066eef8cae75cd1c0.tar.xz
linux-dev-13791d3b833428e7dc7253e066eef8cae75cd1c0.zip
xfs: scrub extended attribute leaf space
As we walk the attribute btree, explicitly check the structure of the attribute leaves to make sure the pointers make sense and the freemap is sensible. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/scrub/dir.c')
-rw-r--r--fs/xfs/scrub/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/scrub/dir.c b/fs/xfs/scrub/dir.c
index 169fb10daaaa..c61362faed4a 100644
--- a/fs/xfs/scrub/dir.c
+++ b/fs/xfs/scrub/dir.c
@@ -770,7 +770,7 @@ xfs_scrub_directory(
}
/* Check directory tree structure */
- error = xfs_scrub_da_btree(sc, XFS_DATA_FORK, xfs_scrub_dir_rec);
+ error = xfs_scrub_da_btree(sc, XFS_DATA_FORK, xfs_scrub_dir_rec, NULL);
if (error)
return error;