ext4: fix endianess problems in ext4 write support
authorMichael Walle <michael@walle.cc>
Thu, 1 Sep 2016 09:21:40 +0000 (11:21 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 23 Sep 2016 13:02:04 +0000 (09:02 -0400)
All fields were accessed directly instead of using the proper byte swap
functions. Thus, ext4 write support was only usable on little-endian
architectures. Fix this.

Signed-off-by: Michael Walle <michael@walle.cc>

No differences found