[PATCH] jfs: remove quota option from ignore list

Chengguang Xu <[email protected]> Sun, 9 Sep 2018 18:15:56 +0800
Newsgroups gmane.comp.file-systems.jfs.general
Message-ID <[email protected]>
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"},
-- 
2.17.1