Commit 02645bcd authored by Chengguang Xu's avatar Chengguang Xu Committed by Dave Kleikamp

jfs: remove quota option from ignore list

We treat quota option as usrquota, so remove quota option from ignore
list.
Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent e8d4ceeb
......@@ -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"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment