]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: move the repair extent list into its own file
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 30 Jul 2018 05:37:09 +0000 (22:37 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 30 Jul 2018 05:37:09 +0000 (22:37 -0700)
commitaec59b007858a1c2978924baebcfebaa2fe5678c
tree5229acc648d38c095cdf6b6c9e5b2efc8acb6658
parentedf5e621bc04564e936428c93b12db14d8e3d1a7
xfs: move the repair extent list into its own file

Move the xrep_extent_list code into a separate file.  Logically, this
data structure is really just a clumsy bitmap, and in the next patch
we'll make this more obvious.  No functional changes.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/Makefile
fs/xfs/scrub/bitmap.c [new file with mode: 0644]
fs/xfs/scrub/bitmap.h [new file with mode: 0644]
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h