commit | 2a0b7a971aac682112cf676c6583196faafcb2b0 | [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 | 2365a4b8ea7d8b1f5e796a4fec176f613dea838c [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>