]> git.ipfire.org Git - people/ms/linux.git/commit - fs/f2fs/data.c
f2fs: change return value of f2fs_disable_compressed_file to bool
authorDaeho Jeong <daehojeong@google.com>
Tue, 8 Sep 2020 02:44:11 +0000 (11:44 +0900)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 11 Sep 2020 18:11:26 +0000 (11:11 -0700)
commit78134d03511e789f3cba1260eb9fb9c55cd5eb7d
tree5773be636e4a5a728b2e7f18961bf485e66ddccd
parentc2759ebaf7e8f5510d0a77bd5003a20375ea6ed5
f2fs: change return value of f2fs_disable_compressed_file to bool

The returned integer is not required anywhere. So we need to change
the return value to bool type.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/file.c