Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331592
b: refs/heads/master
c: 50df9fd
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Theodore Ts'o committed Sep 24, 2012
1 parent f2f6a28 commit 6e15a1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bef53b01faeb791e27605cba1a71ba21364cb23e
refs/heads/master: 50df9fd55e4271e89a7adf3b1172083dd0ca199d
2 changes: 1 addition & 1 deletion trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,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, '='))
Expand Down

0 comments on commit 6e15a1e

Please sign in to comment.