commit | 18ee205b83e223f3c20439bbf126f87325139a58 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Sep 21 11:38:25 2022 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Nov 11 14:15:07 2023 -0800 |
tree | e8bf155b12b295d92e1a203e978b67121171afec | |
parent | 36a6572be5736195ed0f5676df8b9434c405597a [diff] |
misc: use m_blockwsize instead of sb_blocksize for rt blocks In preparation to add block headers to rt bitmap and summary blocks, convert all the relevant calculations in the userspace tools to use the per-block word count instead of the raw blocksize. This is key to adding this support outside of libxfs. Signed-off-by: Darrick J. Wong <djwong@kernel.org>