commit | 537964bceb9a4c9e39a16a83042b80986d373453 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Oct 17 21:37:37 2017 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Oct 26 15:38:24 2017 -0700 |
tree | fe0cd0e6c1db0d9854f6bf56118a95b36117d238 | |
parent | 4700d22980d459f6c20012a6cb9767a314ab1065 [diff] [blame] |
xfs: create helpers to scrub a metadata btree Create helper functions and tracepoints to deal with errors while scrubbing a metadata btree. 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 924ad45..36396157 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile
@@ -143,6 +143,7 @@ xfs-y += $(addprefix scrub/, \ trace.o \ + btree.o \ common.o \ scrub.o \ )