ext4: change structure fields to __le/__be types
authorMichael Walle <michael@walle.cc>
Mon, 29 Aug 2016 08:46:43 +0000 (10:46 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 13:02:01 +0000 (09:02 -0400)
commit2a0b7a971aac682112cf676c6583196faafcb2b0
tree49d06dec4f2008903eb269ff5fe33371b2c2ac88
parent2365a4b8ea7d8b1f5e796a4fec176f613dea838c
ext4: change structure fields to __le/__be types

Change all the types of ext2/4 fields to little endian types and all the
JBD fields to big endian types. Now we can use sparse (make C=1) to check
for statements where we need byteswaps.

Signed-off-by: Michael Walle <michael@walle.cc>
fs/ext4/ext4_journal.h
include/ext_common.h