commit | 18b234b121be5c0bbe6865048acaadcac208b7fd | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Sun Aug 24 22:00:56 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 24 22:00:56 2014 -0400 |
tree | 787cba79c309933bb302c27b6c52fa6d840cc60a | |
parent | 7248e265c7feaa96692b926ecb5a62b40437b7d1 [diff] |
libext2fs: byteswap inode when performing the sanity scan On BE platforms, we need to swap the inode bytes after doing the checksum verification but before looking at i_blocks. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>