From 6143917dd4a7816b52be3406f5e8b4d4cd970bd6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 2 Jan 2013 08:54:37 -0500 Subject: [PATCH] --- yaml --- r: 348660 b: refs/heads/master c: f1688e0431d3a395388e70fe21da89ed0de0c323 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/debugfs/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4b88fd75950f..8ea38566d1e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 54b956b903607f8f8878754dd4352da6a54a1da2 +refs/heads/master: f1688e0431d3a395388e70fe21da89ed0de0c323 diff --git a/trunk/fs/debugfs/inode.c b/trunk/fs/debugfs/inode.c index 153bb1e42e63..a5f12b7e228d 100644 --- a/trunk/fs/debugfs/inode.c +++ b/trunk/fs/debugfs/inode.c @@ -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))