xfs: cull repair code that will never get used
authorDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:01 +0000 (07:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:01 +0000 (07:48 -0700)
commit86a464179cef7185ad9e540d51063e7f196e55ba
treecef9056866387d03b1dfa7acf931f8e292201296
parentd6532904a10290b94d2375ff438313e0fb9fc9f8
xfs: cull repair code that will never get used

These two functions date from the era when I thought that we could
rebuild btrees by creating an alternate root and adding records one by
one.  In other words, they predate the btree bulk loader.  They're not
necessary now, so remove them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h
fs/xfs/scrub/trace.h