]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: realtime refcount btree transaction reservations
authorDarrick J. Wong <djwong@kernel.org>
Thu, 15 Aug 2024 18:57:43 +0000 (11:57 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:19 +0000 (16:29 -0700)
commit253ab0f8823d0d69e501ae4c983a077e808ef848
treec631ca66daa8d6fff10afd987deb342ab1eabed7
parentde9f34612a9acdec6f37d67207db1a1d22efc580
xfs: realtime refcount btree transaction reservations

Make sure that there's enough log reservation to handle mapping
and unmapping realtime extents.  We have to reserve enough space
to handle a split in the rtrefcountbt to add the record and a second
split in the regular refcountbt to record the rtrefcountbt split.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/xfs_trans_resv.c