提交 3642b29a 编写于 作者: C Chengguang Xu 提交者: Al Viro

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

Signed-off-by: NChengguang Xu <cgxu519@gmx.com>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 515f1867
......@@ -118,7 +118,7 @@ static int parse_options(char *options, struct exofs_mountopt *opts)
EXOFS_MIN_PID);
return -EINVAL;
}
s_pid = 1;
s_pid = true;
break;
case Opt_to:
if (match_int(&args[0], &option))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部