summaryrefslogtreecommitdiffstats
path: root/fs/xfs/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-18 06:37:43 +0200
committerDarrick J. Wong2017-10-27 00:38:25 +0200
commit99d9d8d05da26f47aa8412397407f962bcb4713a (patch)
tree2f07187b9d9b5542be70ec3df252fcdb3ecb45de /fs/xfs/Makefile
parentxfs: scrub inodes (diff)
downloadkernel-qcow2-linux-99d9d8d05da26f47aa8412397407f962bcb4713a.tar.gz
kernel-qcow2-linux-99d9d8d05da26f47aa8412397407f962bcb4713a.tar.xz
kernel-qcow2-linux-99d9d8d05da26f47aa8412397407f962bcb4713a.zip
xfs: scrub inode block mappings
Scrub an individual inode's block mappings to make sure they make sense. 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 1186e1bd3b63..df86fc5273bd 100644
--- a/fs/xfs/Makefile
+++ b/fs/xfs/Makefile
@@ -145,6 +145,7 @@ xfs-y += $(addprefix scrub/, \
trace.o \
agheader.o \
alloc.o \
+ bmap.o \
btree.o \
common.o \
ialloc.o \