summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:42 +0200
committerDarrick J. Wong2017-10-27 00:38:25 +0200
commit80e4e12688029e42fc6ab4cf7f229b090c61e6a7 (patch)
treed4d38776ab3c70d35453effa488ab947533687eb /fs/xfs/Makefile
parentxfs: scrub refcount btrees (diff)
downloadkernel-qcow2-linux-80e4e12688029e42fc6ab4cf7f229b090c61e6a7.tar.gz
kernel-qcow2-linux-80e4e12688029e42fc6ab4cf7f229b090c61e6a7.tar.xz
kernel-qcow2-linux-80e4e12688029e42fc6ab4cf7f229b090c61e6a7.zip
xfs: scrub inodes
Scrub the fields within an inode. 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 77d5dcb4d0c1..1186e1bd3b63 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -148,6 +148,7 @@ xfs-y += $(addprefix scrub/, \
btree.o \
common.o \
ialloc.o \
+ inode.o \
refcount.o \
rmap.o \
scrub.o \