aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index e5c98533c90c..91b73247f65d 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -197,7 +197,7 @@ enum drbd_packet {
197 P_RECV_ACK = 0x15, /* Used in protocol B */ 197 P_RECV_ACK = 0x15, /* Used in protocol B */
198 P_WRITE_ACK = 0x16, /* Used in protocol C */ 198 P_WRITE_ACK = 0x16, /* Used in protocol C */
199 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */ 199 P_RS_WRITE_ACK = 0x17, /* Is a P_WRITE_ACK, additionally call set_in_sync(). */
200 P_DISCARD_WRITE = 0x18, /* Used in proto C, two-primaries conflict detection */ 200 P_SUPERSEDED = 0x18, /* Used in proto C, two-primaries conflict detection */
201 P_NEG_ACK = 0x19, /* Sent if local disk is unusable */ 201 P_NEG_ACK = 0x19, /* Sent if local disk is unusable */
202 P_NEG_DREPLY = 0x1a, /* Local disk is broken... */ 202 P_NEG_DREPLY = 0x1a, /* Local disk is broken... */
203 P_NEG_RS_DREPLY = 0x1b, /* Local disk is broken... */ 203 P_NEG_RS_DREPLY = 0x1b, /* Local disk is broken... */
@@ -335,7 +335,7 @@ struct p_data {
335 * commands which share a struct: 335 * commands which share a struct:
336 * p_block_ack: 336 * p_block_ack:
337 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C), 337 * P_RECV_ACK (proto B), P_WRITE_ACK (proto C),
338 * P_DISCARD_WRITE (proto C, two-primaries conflict detection) 338 * P_SUPERSEDED (proto C, two-primaries conflict detection)
339 * p_block_req: 339 * p_block_req:
340 * P_DATA_REQUEST, P_RS_DATA_REQUEST 340 * P_DATA_REQUEST, P_RS_DATA_REQUEST
341 */ 341 */