commit | 13179c24c610f8b8151a5c0d44bb4398c089783f | [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 | c07cdcb50a6e74d6d9a5eaeafa9b82cff9662cc4 [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>