On Tue, 5 May 2015, Adir Kuhn wrote: > Added required space after comma Patches 4 and 5 have the same subject, which is not allowed. julia > Signed-off-by: Adir Kuhn <adirkuhn@xxxxxxxxx> > --- > fs/ext4/balloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext4/balloc.c b/fs/ext4/balloc.c > index 023457e..d45d43b 100644 > --- a/fs/ext4/balloc.c > +++ b/fs/ext4/balloc.c > @@ -798,7 +798,7 @@ unsigned long ext4_bg_num_gdb(struct super_block *sb, ext4_group_t group) > le32_to_cpu(EXT4_SB(sb)->s_es->s_first_meta_bg); > unsigned long metagroup = group / EXT4_DESC_PER_BLOCK(sb); > > - if (!EXT4_HAS_INCOMPAT_FEATURE(sb,EXT4_FEATURE_INCOMPAT_META_BG) || > + if (!EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_META_BG) || > metagroup < first_meta_bg) > return ext4_bg_num_gdb_nometa(sb, group); > > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html