Skip to content

Commit

Permalink
fs/exofs: only use true/false for asignment of bool type variable
Browse files Browse the repository at this point in the history
Signed-off-by: Chengguang Xu <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Chengguang Xu authored and Al Viro committed Oct 18, 2018
1 parent 515f186 commit 3642b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/exofs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 3642b29

Please sign in to comment.