Skip to content

Commit

Permalink
xfs: scrub directory/attribute btrees
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Darrick J. Wong committed Oct 26, 2017
1 parent 99d9d8d commit 7c4a07a
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 0 deletions.
1 change: 1 addition & 0 deletions fs/xfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ xfs-y += $(addprefix scrub/, \
bmap.o \
btree.o \
common.o \
dabtree.o \
ialloc.o \
inode.o \
refcount.o \
Expand Down
Loading

0 comments on commit 7c4a07a

Please sign in to comment.