Whamcloud - gitweb
Define the beXX_to_cpu and cpu_to_beXX macros for e2fsck/{recovery.c,revoke.c}
authorTheodore Ts'o <tytso@mit.edu>
Sun, 10 Nov 2019 04:28:43 +0000 (23:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Nov 2019 04:28:43 +0000 (23:28 -0500)
commit46e1286ae644df4a1340407ad945b8cc7351231b
tree7b6f0d0602184fe909116196074eb1c9e92dd5e8
parent4305084d35c40037269787778601b4f91e370529
Define the beXX_to_cpu and cpu_to_beXX macros for e2fsck/{recovery.c,revoke.c}

We were previously using contrib/jbd2-resync.sh to transmogrify the
beXX_to_cpu and cpu_to_beXX macros to ext2fs_beXX_to_cpu and
ext2fs_cpu_to_beXX.  Define them in lib/ext2fs/jfs_compat.h so we can
more easily keep them in sync with the kernel version of those files.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/jbd2-resync.sh
e2fsck/recovery.c
e2fsck/revoke.c
lib/ext2fs/jfs_compat.h