|
@@ -1749,7 +1749,7 @@ static inline void ext4_show_quota_options(struct seq_file *seq,
|
|
|
|
|
|
static const char *token2str(int token)
|
|
static const char *token2str(int token)
|
|
{
|
|
{
|
|
- static const struct match_token *t;
|
|
|
|
|
|
+ const struct match_token *t;
|
|
|
|
|
|
for (t = tokens; t->token != Opt_err; t++)
|
|
for (t = tokens; t->token != Opt_err; t++)
|
|
if (t->token == token && !strchr(t->pattern, '='))
|
|
if (t->token == token && !strchr(t->pattern, '='))
|