diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-17 21:37:41 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-26 15:38:25 -0700 |
commit | c7e693d9836c003150fef80be40a06e1f2e65d0c (patch) | |
tree | 9e920675970be89f26084094be88733fc5ca66db /fs/xfs/Makefile | |
parent | 3daa664191375db6a4a0cced75183aa3ca96cbda (diff) | |
download | linux-c7e693d9836c003150fef80be40a06e1f2e65d0c.tar.gz linux-c7e693d9836c003150fef80be40a06e1f2e65d0c.tar.bz2 linux-c7e693d9836c003150fef80be40a06e1f2e65d0c.zip |
xfs: scrub rmap btrees
Check the reverse mapping records to make sure that the contents
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 09232f6bcc7e..61fb2814659c 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -148,6 +148,7 @@ xfs-y += $(addprefix scrub/, \ btree.o \ common.o \ ialloc.o \ + rmap.o \ scrub.o \ ) endif |