diff options
author | Lu Fengqi <lufq.fnst@cn.fujitsu.com> | 2018-11-29 11:33:38 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2018-12-17 14:51:44 +0100 |
commit | 3522e90301d7a669288611cb7e73cab4ac135545 (patch) | |
tree | 9a65fe8672303ca491a347da10c635c77bb8250e /fs/btrfs/send.h | |
parent | 27a7ff554e8d349627a90bda275c527b7348adae (diff) | |
download | linux-3522e90301d7a669288611cb7e73cab4ac135545.tar.gz linux-3522e90301d7a669288611cb7e73cab4ac135545.tar.bz2 linux-3522e90301d7a669288611cb7e73cab4ac135545.zip |
btrfs: remove always true if branch in find_delalloc_range
The @found is always false when it comes to the if branch. Besides, the
bool type is more suitable for @found. Change the return value of the
function and its caller to bool as well.
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/send.h')
0 files changed, 0 insertions, 0 deletions