From 17ea174a75c37acb2300f71c203d8dbd962961c0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 17 Mar 2016 22:39:10 -0400 Subject: [PATCH] libext2fs: fix build failure in lib/ext2fs/swapfs on big-endian systems Signed-off-by: Theodore Ts'o --- lib/ext2fs/swapfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ext2fs/swapfs.c b/lib/ext2fs/swapfs.c index 5d23fb35..b769eb09 100644 --- a/lib/ext2fs/swapfs.c +++ b/lib/ext2fs/swapfs.c @@ -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)) -- 2.11.0