drbd: complete_conflicting_writes() should not care about connections
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 26 Mar 2012 18:12:24 +0000 (20:12 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:58:25 +0000 (16:58 +0100)
commit648e46b531006b069c66f171151819d10b423c26
treee0550b7e6972b46bb580637c02895a6a2d87dc67
parent4439c400ab278378a82efb543bb3bb91b184d8db
drbd: complete_conflicting_writes() should not care about connections

complete_conflicting_writes() should not cause -EIO.
It should not timeout either, or care for connection states.

Connection timeout is detected elsewhere, and it's cleanup path is
supposed to remove any pending requests or peer_requests from the
write_requests tree.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_req.c