mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 09:13:20 -05:00
fs/exofs: only use true/false for asignment of bool type variable
Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
515f1867ad
commit
3642b29a63
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue