diff --git a/[refs] b/[refs] index 561ac4f4c36f..134b3119fbee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c49bafa3842751b8955a962859f42d307673d75d +refs/heads/master: 33853a0dde359ded0534204eb6857ad5166d515b diff --git a/trunk/fs/ext4/ialloc.c b/trunk/fs/ext4/ialloc.c index 21bb2f61e502..9c63f273b550 100644 --- a/trunk/fs/ext4/ialloc.c +++ b/trunk/fs/ext4/ialloc.c @@ -1287,7 +1287,7 @@ extern int ext4_init_inode_table(struct super_block *sb, ext4_group_t group, group, used_blks, ext4_itable_unused_count(sb, gdp)); ret = 1; - goto out; + goto err_out; } blk = ext4_inode_table(sb, gdp) + used_blks;