commit | 36f7894f66f286e454bf00d308b989c3423ba0da | [log] [tgz] |
---|---|---|
author | Nikolay Borisov <nborisov@suse.com> | Wed Dec 13 10:25:40 2017 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Jan 22 16:08:19 2018 +0100 |
tree | d1a62090f04f66a2df0a50b37b4d2306f98b18ff | |
parent | ffc9c8dd7d5c902b31a3caae3e55f019a85c90ea [diff] |
btrfs: Remove redundant pair of bio_get/set in __btrfs_submit_dio_bio The bio is not referenced after it has been submitted and the endio is going to consume the sole reference on successful submission. On error, the callers of __btrfs_submit_dio_bio do invoke bio_put so we don't leak it either. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>