commit | b99db5d16b48c0984b0b702b21d8875d362a10c7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 06 19:55:05 2023 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sat Nov 11 14:15:05 2023 -0800 |
tree | fc4c2e065313773094629c560cdf8a39d13ca1ee | |
parent | 0d6db006bdd4278fce9cbf285291954019d8ee05 [diff] |
xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t We should use xfs_fileoff_t to store the file block offset of any location within the realtime bitmap or summary files. Signed-off-by: Darrick J. Wong <djwong@kernel.org>