libext2fs: fix build failure in lib/ext2fs/swapfs on big-endian systems

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-03-17 22:39:10 -04:00
parent e3760b72c6
commit 17ea174a75
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ void ext2fs_swap_inode_full(ext2_filsys fs, struct ext2_inode_large *t,
int has_extents = 0;
int has_inline_data = 0;
int islnk = 0;
int inode_size;
__u32 *eaf, *eat;
if (hostorder && LINUX_S_ISLNK(f->i_mode))