commit | 115c6672d9cdbf8ad78118603fd30e30cc850c8b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Nov 28 10:13:02 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Jan 05 22:55:34 2024 -0800 |
tree | 6a5199d29e3034a91c907ed149bf015fcff6fb6f | |
parent | d1cf7d046939eff8eecebf7b5c61499667119b29 [diff] |
xfs_repair: adjust btree bulkloading slack computations to match online repair Adjust the lowspace threshold in the new btree block slack computation code to match online repair, which uses a straight 10% instead of magic shifting to approximate that without division. Repairs aren't that frequent in the kernel; and userspace can always do u64 division. Signed-off-by: Darrick J. Wong <djwong@kernel.org>