| Submitter | Herton Ronaldo Krzesinski |
|---|---|
| Date | Sept. 26, 2012, 1:35 p.m. |
| Message ID | <1348666518-4820-1-git-send-email-herton.krzesinski@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/187081/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index afeddd7..51d24ea 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1752,7 +1752,7 @@ static inline void ext4_show_quota_options(struct seq_file *seq, 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++) if (t->token == token && !strchr(t->pattern, '='))