summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:44 +0200
committerDarrick J. Wong2017-10-27 00:38:25 +0200
commita5c46e5e8912d232b959faf511cd9a17cc829f0a (patch)
treecfb855ef552faf04cf53f76c93d500d217ea3ac3 /fs/xfs/Makefile
parentxfs: scrub directory/attribute btrees (diff)
downloadkernel-qcow2-linux-a5c46e5e8912d232b959faf511cd9a17cc829f0a.tar.gz
kernel-qcow2-linux-a5c46e5e8912d232b959faf511cd9a17cc829f0a.tar.xz
kernel-qcow2-linux-a5c46e5e8912d232b959faf511cd9a17cc829f0a.zip
xfs: scrub directory metadata
Scrub the hash tree and all the entries in a directory. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r--fs/xfs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile
index f4eca58ed33e..d6522e87ddc6 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -149,6 +149,7 @@ xfs-y += $(addprefix scrub/, \
btree.o \
common.o \
dabtree.o \
+ dir.o \
ialloc.o \
inode.o \
refcount.o \