]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: refactor the xrep_extent_list into xfs_bitmap
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 30 Jul 2018 18:18:13 +0000 (11:18 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 31 Jul 2018 20:18:08 +0000 (13:18 -0700)
commit86d969b425d7ecf774799b70142b957dc267575b
tree740eb40605ec763a1e53deb6417c03e81647f18d
parent51d626903083f7bd651d38b031775740ed41758c
xfs: refactor the xrep_extent_list into xfs_bitmap

As mentioned previously, the xrep_extent_list basically implements a
bitmap with two functions: set and disjoint union.  Rename all these
functions to xfs_bitmap to shorten the name and make it more obvious
what we're doing.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/scrub/bitmap.c
fs/xfs/scrub/bitmap.h
fs/xfs/scrub/repair.c
fs/xfs/scrub/repair.h
fs/xfs/scrub/trace.h