Commit 3642b29a authored by Chengguang Xu's avatar Chengguang Xu Committed by Al Viro

fs/exofs: only use true/false for asignment of bool type variable

Signed-off-by: default avatarChengguang Xu <cgxu519@gmx.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 515f1867
...@@ -118,7 +118,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts) ...@@ -118,7 +118,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts)
EXOFS_MIN_PID); EXOFS_MIN_PID);
return -EINVAL; return -EINVAL;
} }
s_pid = 1; s_pid = true;
break; break;
case Opt_to: case Opt_to:
if (match_int(&args[0], &option)) if (match_int(&args[0], &option))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment