drbd: Change how the "handshake" packets are called
authorAndreas Gruenbacher <agruen@linbit.com>
Mon, 28 Mar 2011 15:05:50 +0000 (17:05 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:45:00 +0000 (16:45 +0100)
commit6038178ebe29e6b5e4d519a5ac56653d156c90f9
treef17de8ae7eeb6af23b28bc096ebecea45f08531a
parente5d6f33abe9da025d3d891367f93d084e8c74bf5
drbd: Change how the "handshake" packets are called

Packets of type P_HAND_SHAKE define which protocol versions and features
a node supports.  For clarity, call those packets P_CONNECTION_FEATURES
instead.

(This does not determine the features that a specific drbd device
supports, such as drbd protocol A, B, C.)

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