commit | 2a81961e60f6ff43f9427af0ca27ad3e6a419ab3 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Mon Aug 29 10:46:43 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:02:01 2016 -0400 |
tree | 49d06dec4f2008903eb269ff5fe33371b2c2ac88 | |
parent | 67a47e8ae8abe220b349448d546a19231d62ffaf [diff] |
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>