diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-08-02 02:51:38 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2018-08-11 01:19:05 +0200 |
commit | 6e45f2a59ffb440f28719ab3a68bee5b8e9df16b (patch) | |
tree | bce09425ab2ae099c52736dde91821fb62179e54 /fs/f2fs/checkpoint.c | |
parent | f2fs: fix to do sanity check with cp_pack_start_sum (diff) | |
download | linux-6e45f2a59ffb440f28719ab3a68bee5b8e9df16b.tar.xz linux-6e45f2a59ffb440f28719ab3a68bee5b8e9df16b.zip |
f2fs: use true and false for boolean values
Return statements in functions returning bool should use true or false
instead of an integer value.
This issue was detected with the help of Coccinelle.
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/checkpoint.c')
0 files changed, 0 insertions, 0 deletions