diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-11-04 07:19:23 +0300 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-11-06 00:38:41 +0300 |
commit | eba42c2c53c8b8905307b702c93dffef0719a896 (patch) | |
tree | 0b7c1e6aa3b1e5eb4e60f23c75f703a416edbf22 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 118895aa9513412b9077a8cae0bc63df8956f9b2 (diff) | |
download | linux-eba42c2c53c8b8905307b702c93dffef0719a896.tar.xz |
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 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions