diff options
-rw-r--r-- | fs/proc/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 9a2d9fd7cadd..9889a92d2e01 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c | |||
@@ -61,7 +61,7 @@ static int proc_parse_options(char *options, struct pid_namespace *pid) | |||
61 | if (!*p) | 61 | if (!*p) |
62 | continue; | 62 | continue; |
63 | 63 | ||
64 | args[0].to = args[0].from = 0; | 64 | args[0].to = args[0].from = NULL; |
65 | token = match_token(p, tokens, args); | 65 | token = match_token(p, tokens, args); |
66 | switch (token) { | 66 | switch (token) { |
67 | case Opt_gid: | 67 | case Opt_gid: |