]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: switch return_bigger to bool in find_ref_head
authorLu Fengqi <lufq.fnst@cn.fujitsu.com>
Thu, 11 Oct 2018 05:40:38 +0000 (13:40 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Oct 2018 15:23:41 +0000 (17:23 +0200)
commit1ff99b637a9e98329976a39d560b31b1c5e6cd19
tree43d953de87533b134695f9d5b855e5e08699559d
parent5d8c57d1a3b02ab92d256d2d2789bb96fa900dfb
btrfs: switch return_bigger to bool in find_ref_head

Using bool is more suitable than int here, and add the comment about the
return_bigger.

Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/delayed-ref.c