drbd: Always use the same protocol version for the same peer
authorAndreas Gruenbacher <agruen@linbit.com>
Mon, 21 Mar 2011 13:10:15 +0000 (14:10 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:44:51 +0000 (16:44 +0100)
commit0916e0e308716387f16462f66b53c9128587fd0b
treee220018d0b28b983b21ff0ab8b4abd1912795f1c
parent0829f5edf37cb1731e97066288f520de85b7b5e5
drbd: Always use the same protocol version for the same peer

There is no need to send protocol 80 headers to peers that understand
protocol 95 headers.  Make sure that we don't send protocol 95 headers
until we have agreed upon a protocol version with our peer, though.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_main.c
drivers/block/drbd/drbd_receiver.c
This page took 0.025826 seconds and 5 git commands to generate.