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 | 7c4a07a424c18d95f49b0c0c3d8c5afd969e0a10 (patch) | |
tree | 396a42e688a412436f8c457524f9e39b07a0b653 /fs/xfs/Makefile | |
parent | 99d9d8d05da26f47aa8412397407f962bcb4713a (diff) | |
download | linux-7c4a07a424c18d95f49b0c0c3d8c5afd969e0a10.tar.gz linux-7c4a07a424c18d95f49b0c0c3d8c5afd969e0a10.tar.bz2 linux-7c4a07a424c18d95f49b0c0c3d8c5afd969e0a10.zip |
xfs: scrub directory/attribute btrees
Provide a way to check the shape and scrub the hashes and records
in a directory or extended attribute btree. These are helper functions
for the directory & attribute scrubbers in subsequent patches.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
[fengguang: remove unneeded variable to store return value]
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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 df86fc5273bd..f4eca58ed33e 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -148,6 +148,7 @@ xfs-y += $(addprefix scrub/, \ bmap.o \ btree.o \ common.o \ + dabtree.o \ ialloc.o \ inode.o \ refcount.o \ |