]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: create refcount bag
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:19 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:42 +0000 (11:37 -0700)
commit6bea0d4878938f4d0fff723e83a6fddea80495f8
treedfb7fcb14c5e8ab429935861f1a34a3b622e8925
parent991d79e88eececfaeaa646f0b22c0734e69a3336
xfs_repair: create refcount bag

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>
libxfs/libxfs_api_defs.h
repair/Makefile
repair/rcbag.c [new file with mode: 0644]
repair/rcbag.h [new file with mode: 0644]
repair/rcbag_btree.c
repair/rcbag_btree.h