commit | 160f131deed7d3db2aa958051eef7ae8fafa8539 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Thu Oct 23 16:27:32 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 04 11:12:45 2014 -0500 |
tree | 5a591b9feb87eda2f1bbf6059af56b655ea224bc | |
parent | 441eb337a8bc7ff7f39bfd1f7fbf9681ce6d2872 [diff] |
libext2fs: fix endian handling of ext3_extent_header This turned up when trying to resize a filesystem containing a file with many extents on PPC64. Fix all locations where ext3_extent_header members aren't handled in an endian-safe manner. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>