aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
diff options
context:
space:
mode:
authorDarrick J. Wong <[email protected]>2024-11-04 04:19:23 +0000
committerDarrick J. Wong <[email protected]>2024-11-05 21:38:41 +0000
commiteba42c2c53c8b8905307b702c93dffef0719a896 (patch)
tree0b7c1e6aa3b1e5eb4e60f23c75f703a416edbf22 /fs/xfs/xfs_rtalloc.c
parentxfs: add block headers to realtime bitmap and summary blocks (diff)
downloadkernel-eba42c2c53c8b8905307b702c93dffef0719a896.tar.gz
kernel-eba42c2c53c8b8905307b702c93dffef0719a896.zip
xfs: encode the rtbitmap in big endian format
Currently, the ondisk realtime bitmap file is accessed in units of 32-bit words. There's no endian translation of the contents of this file, which means that the Bad Things Happen(tm) if you go from (say) x86 to powerpc. Since we have a new feature flag, let's take the opportunity to enforce an endianness on the file. Signed-off-by: Darrick J. Wong <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_rtalloc.c')
0 files changed, 0 insertions, 0 deletions