+1
−0
fs/xfs/scrub/rcbag.c
0 → 100644
+307
−0
fs/xfs/scrub/rcbag.h
0 → 100644
+28
−0
+58
−0
Loading
Create a bag structure for refcount information that uses the refcount bag btree defined in the previous patch. Signed-off-by:Darrick J. Wong <djwong@kernel.org> Reviewed-by:
Christoph Hellwig <hch@lst.de>