Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348660
b: refs/heads/master
c: f1688e0
h: refs/heads/master
v: v3
  • Loading branch information
Dave Reisner authored and Greg Kroah-Hartman committed Jan 11, 2013
1 parent 5c3709d commit 6143917
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: 54b956b903607f8f8878754dd4352da6a54a1da2
refs/heads/master: f1688e0431d3a395388e70fe21da89ed0de0c323
2 changes: 1 addition & 1 deletion trunk/fs/debugfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static int debugfs_parse_options(char *data, struct debugfs_mount_opts *opts)
opts->uid = uid;
break;
case Opt_gid:
if (match_octal(&args[0], &option))
if (match_int(&args[0], &option))
return -EINVAL;
gid = make_kgid(current_user_ns(), option);
if (!gid_valid(gid))
Expand Down

0 comments on commit 6143917

Please sign in to comment.