diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-17 21:37:43 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-26 15:38:25 -0700 |
commit | 99d9d8d05da26f47aa8412397407f962bcb4713a (patch) | |
tree | 2f07187b9d9b5542be70ec3df252fcdb3ecb45de /fs/xfs/Makefile | |
parent | 80e4e12688029e42fc6ab4cf7f229b090c61e6a7 (diff) |
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/Makefile | 1 |
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 \ |