commit | 80e4e12688029e42fc6ab4cf7f229b090c61e6a7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:42 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:25 2017 -0700 |
tree | d4d38776ab3c70d35453effa488ab947533687eb | |
parent | edc09b528628afb50904106f36de182a00e7eb40 [diff] [blame] |
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>
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 77d5dcb..1186e1b 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile
@@ -148,6 +148,7 @@ btree.o \ common.o \ ialloc.o \ + inode.o \ refcount.o \ rmap.o \ scrub.o \