]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: compute the rt rmap btree maxlevels during initialization
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:57 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:00 +0000 (09:16 -0800)
commitc522cfc4cd548161cf1a7060273637e6b2e6ebe8
treebc13261700e3749a96be98056896b92d43a6f177
parentdce20b26c5b0d9a3f26932c514bb28a037debca0
libxfs: compute the rt rmap btree maxlevels during initialization

Compute max rt rmap btree height information when we set up libxfs.

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