Re: [PATCH] jfs: remove quota option from ignore list
Dave Kleikamp <[email protected]> Mon, 10 Sep 2018 15:38:17 -0500
| Newsgroups | gmane.comp.file-systems.jfs.general |
|---|---|
| Message-ID | <[email protected]> |
Looks good. I've got it queued up for jfs-next. Thanks, Shaggy On 9/9/18 5:15 AM, Chengguang Xu wrote: > We treat quota option as usrquota, so remove quota option from ignore > list. > > Signed-off-by: Chengguang Xu <[email protected]> > --- > fs/jfs/super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/jfs/super.c b/fs/jfs/super.c > index 09da5cf14e27..65d8fc87ab11 100644 > --- a/fs/jfs/super.c > +++ b/fs/jfs/super.c > @@ -247,7 +247,7 @@ static const match_table_t tokens = { > {Opt_resize_nosize, "resize"}, > {Opt_errors, "errors=%s"}, > {Opt_ignore, "noquota"}, > - {Opt_ignore, "quota"}, > + {Opt_quota, "quota"}, > {Opt_usrquota, "usrquota"}, > {Opt_grpquota, "grpquota"}, > {Opt_uid, "uid=%u"}, >