btrfs: raid56: merge rbio_is_full helpers
authorDavid Sterba <dsterba@suse.com>
Fri, 29 Jun 2018 08:57:05 +0000 (10:57 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:45 +0000 (13:12 +0200)
commit176571a1f64f7670c87c3f8d3b50c11cc836110e
tree8352faf3fe7e644a0371ce289f50475736ce0535
parenta81b747d0f6efc01506fbd5335e91607dc013b8d
btrfs: raid56: merge rbio_is_full helpers

There's only one call site of the unlocked helper so it can be folded
into the caller.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c