commit | 58a9ecbaf4a2e2754509f52862a8a039b73b3744 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Thu Sep 01 11:21:40 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:02:04 2016 -0400 |
tree | 2cfc4d927684db621cc90f47561bec5e25ee5c8c | |
parent | 7f101be314da1f6f612a1b84822f791d6569946b [diff] |
ext4: fix endianess problems in ext4 write support 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>