diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-11-03 20:19:23 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-11-05 13:38:41 -0800 |
commit | eba42c2c53c8b8905307b702c93dffef0719a896 (patch) | |
tree | 0b7c1e6aa3b1e5eb4e60f23c75f703a416edbf22 /scripts/gdb/linux/utils.py | |
parent | 118895aa9513412b9077a8cae0bc63df8956f9b2 (diff) |
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 <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions