drbd: Change how the initial packets are called
authorAndreas Gruenbacher <agruen@linbit.com>
Mon, 28 Mar 2011 14:44:40 +0000 (16:44 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:45:00 +0000 (16:45 +0100)
commite5d6f33abe9da025d3d891367f93d084e8c74bf5
tree3370e45763fe4e3690bfccd9d3bfba78d94eda04
parent7c96715aa8ef1b5375c0d2a2d3bb1da99d95a39e
drbd: Change how the initial packets are called

The first packets exchanged when a connection is established are
referred to as P_HAND_SHAKE_S and P_HAND_SHAKE_M in the code, followed
by P_HAND_SHAKE packets.  To avoid confusion between these two unrelated
things, call the initial packets P_INITIAL_DATA and P_INITIAL_META.

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