summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/drbd_state.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-05-30 11:47:37 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2014-02-17 16:27:49 +0100
commita3603a6e3b4f2f0fb5529821134424e2eeec88fd (patch)
tree1e5e821af9d4221727c6615c8d39052a3259bb59 /drivers/block/drbd/drbd_state.c
parentd81dc4f45b0aaa7e02adc01a9a12dfd9b9d36bba (diff)
drbd: Split off on-the-wire protocol definitions
Keep the protocol definitions separate from the kernel code; they are useful in their own right. Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_state.c')
-rw-r--r--drivers/block/drbd/drbd_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c
index 120e1c0ea6ac..f70dbe2f962c 100644
--- a/drivers/block/drbd/drbd_state.c
+++ b/drivers/block/drbd/drbd_state.c
@@ -27,6 +27,7 @@
#include <linux/drbd_limits.h>
#include "drbd_int.h"
+#include "drbd_protocol.h"
#include "drbd_req.h"
struct after_state_chg_work {