On Thu 21-06-12 13:08:52, Dmitry Monakhov wrote: > Both regular and journaled quota are supported. Looks good, just one whitespace damage caught below. You can add: Reviewed-by: Jan Kara <jack@xxxxxxx> > Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> > --- > fs/ext4/ext4.h | 1 + > fs/ext4/super.c | 48 ++++++++++++++++++++++++++++++++++++++++-------- > 2 files changed, 41 insertions(+), 8 deletions(-) > ... > @@ -1516,10 +1525,21 @@ static int handle_mount_opt(struct super_block *sb, char *opt, int token, > return set_qf_name(sb, USRQUOTA, &args[0]); > else if (token == Opt_grpjquota) > return set_qf_name(sb, GRPQUOTA, &args[0]); > - else if (token == Opt_offusrjquota) > + else if (token == Opt_offusrjquota) Spaces instead of TAB here... Checkpatch would catch this BTW. Honza -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html