commit | 3daa664191375db6a4a0cced75183aa3ca96cbda | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:40 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:25 2017 -0700 |
tree | 52a4191c74dddbb9527b1984a09dfc2569e2b098 | |
parent | efa7a99ce1f8615aca7b0ff3122a1ae14e4d1cdc [diff] [blame] |
xfs: scrub inode btrees Check the records of the inode btrees to make sure that the values make sense given the inode records themselves. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 9cf0809..09232f6 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile
@@ -147,6 +147,7 @@ alloc.o \ btree.o \ common.o \ + ialloc.o \ scrub.o \ ) endif