]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: compute the rt refcount btree maxlevels during initialization
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:22:02 +0000 (10:22 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:16:01 +0000 (09:16 -0800)
commit310df80d8202c04ed070449a8e9464c51a18c9e3
treed1adfc7fd5753e6bffd2e49cfc7695c71827c0da
parentd3fc26fa2ac96c39836884525065f5d47dda8b05
libxfs: compute the rt refcount btree maxlevels during initialization

Compute max rt refcount 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