commit | e03733da5aa68fa2ae3f8d1ab12a570c823a647f | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri May 12 01:02:22 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 19 18:25:59 2017 +0200 |
tree | 932c53b666182e09f7e8f66d7dce082deddf8ac8 | |
parent | c9fed2bb61c4050ff01c4337e880a546fde5677d [diff] |
btrfs: fix bool type in btrfs_page_exists_in_range We use only a simple bool indicator, int is not a problem here. Signed-off-by: David Sterba <dsterba@suse.com>