diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index e6784b3276be..7bef0a4bc518 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1749,7 +1749,7 @@ static inline void ext4_show_quota_options(struct seq_file *seq, | |||
1749 | 1749 | ||
1750 | static const char *token2str(int token) | 1750 | static const char *token2str(int token) |
1751 | { | 1751 | { |
1752 | static const struct match_token *t; | 1752 | const struct match_token *t; |
1753 | 1753 | ||
1754 | for (t = tokens; t->token != Opt_err; t++) | 1754 | for (t = tokens; t->token != Opt_err; t++) |
1755 | if (t->token == token && !strchr(t->pattern, '=')) | 1755 | if (t->token == token && !strchr(t->pattern, '=')) |