]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: make container for btree bulkload root and block reservation
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 10 Jul 2020 19:35:45 +0000 (15:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 10 Jul 2020 19:35:45 +0000 (15:35 -0400)
commit49031e665690bc715a678e3b2909734b3dae52be
tree62b6ba10deacc1d0c4a338b849b5010cdc28f859
parent3acf0068392cbd28b7d425a6f89422f8a5768977
xfs_repair: make container for btree bulkload root and block reservation

Create appropriate data structures to manage the fake btree root and
block reservation lists needed to stage a btree bulkload operation.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/libxfs.h
libxfs/libxfs_api_defs.h
repair/Makefile
repair/bulkload.c [new file with mode: 0644]
repair/bulkload.h [new file with mode: 0644]
repair/xfs_repair.c