]> asedeno.scripts.mit.edu Git - linux.git/commit
btrfs: Remove redundant bio_get/set from submit_dio_repair_bio
authorNikolay Borisov <nborisov@suse.com>
Wed, 13 Dec 2017 08:25:38 +0000 (10:25 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 22 Jan 2018 15:08:19 +0000 (16:08 +0100)
commitea057f6dafcb6d21dd2c8be0e45ba3979b98e2b3
tree2027239c0fe7dc2c4e896402494b4dabdab5a1be
parent32506af595dcaa8b71b7858bb54ccaa310d274fb
btrfs: Remove redundant bio_get/set from submit_dio_repair_bio

The bio that is passsed is the newly created repair bio which already
has a reference count of 1, which is going to be consumed by the
endio routine on successful submission. On error the handler also
calls bio_put.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c