Whamcloud - gitweb
e2fsck/recovery.c: sync up with kernel's use of __be32
authorTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 06:42:59 +0000 (01:42 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 06:55:14 +0000 (01:55 -0500)
commitabbe0f9d70d2f6286e83b2168cd4f434c757a8a1
treef87eeed7f8440349ea4767cd58f20dc249e3016b
parent650ee9f8aab53b6d23db4435e5df47a53db44227
e2fsck/recovery.c: sync up with kernel's use of __be32

E2fsprogs as a whole is not sparse-clean, but it does have and
understand the __beXX and __leXX types from the kernel.  The structure
definitions in kernel-jbd.h have been updated to use the __beXX types,
so that recovery.c and revoke.c are more sparse-clean.

This removes a few more unneeded deltas from the kernel's recovery.c.

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