]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: add realtime refcount btree when adding rt volume
authorDarrick J. Wong <djwong@kernel.org>
Wed, 29 May 2024 04:13:20 +0000 (21:13 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:53:15 +0000 (18:53 -0700)
commitbb88dce9eeb6966edc987f2b51aae3a2ad70c0b4
treef3e084808b742a4de71e00a98e10cd775d96b8d3
parent29f5162e89c5f00631ffb0e02d0c555ef3c33caa
xfs: add realtime refcount btree when adding rt volume

If we're adding enough space to the realtime section to require the
creation of new realtime groups, create the rt refcount btree inode
before we start adding the space.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_rtalloc.c