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@suse.cz>
Signed-off-by: Dmitry Monakhov <redacted>
---
fs/ext4/ext4.h | 1 +
fs/ext4/super.c | 48 ++++++++++++++++++++++++++++++++++++++++--------
2 files changed, 41 insertions(+), 8 deletions(-)
...
quoted hunk ↗ jump to hunk
@@ -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 [off-list ref]
SUSE Labs, CR