commit | 9886b1743350db379f7845715e39d0cbe0e0de88 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jun 02 18:01:51 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jun 19 18:26:03 2017 +0200 |
tree | 8e4d2ccc246e1e745333d192249bc5b51df84823 | |
parent | 9f2179a5e72b794f8af22a6818d83d1600050c5c [diff] |
btrfs: opencode trivial compressed_bio_alloc, simplify error handling compressed_bio_alloc is now a trivial wrapper around btrfs_bio_alloc, no point keeping it. The error handling can be simplified, as we know btrfs_bio_alloc will never fail. Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>