]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: add metadata reservations for realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:20:53 +0000 (16:20 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 23 Dec 2024 21:06:11 +0000 (13:06 -0800)
commitbf0b99411335db18a9ed4fcef278ce9e313f6076
tree689bc485eee4ce2c73af290945b2881e7496ed5f
parenteaed472c40527e526217aff3737816b44b08b363
xfs: add metadata reservations for realtime refcount btree

Reserve some free blocks so that we will always have enough free blocks
in the data volume to handle expansion of the realtime refcount btree.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h
fs/xfs/xfs_rtalloc.c