Samsung SCH-I545 (Verizon) source updates
/fs/ext4/xattr.c
blob:d6cc4f986483ef0cd34b293c4c3c606c9a534ffe -> blob:e88748e55c0f246e90ca21c2094303719f83df07
--- fs/ext4/xattr.c
+++ fs/ext4/xattr.c
@@ -1145,7 +1145,7 @@ int ext4_expand_extra_isize_ea(struct in
struct ext4_xattr_block_find *bs = NULL;
char *buffer = NULL, *b_entry_name = NULL;
size_t min_offs, free;
- int total_ino, total_blk = 0;
+ int total_ino, total_blk;
void *base, *start, *end;
int extra_isize = 0, error = 0, tried_min_extra_isize = 0;
int s_min_extra_isize = le16_to_cpu(EXT4_SB(inode->i_sb)->s_es->s_min_extra_isize);