summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_state.c
diff options
context:
space:
mode:
authorPhilipp Reisner2011-02-11 15:11:24 +0100
committerPhilipp Reisner2011-10-14 16:45:02 +0200
commitcf29c9d8c8eff69885ee4c8ddf5f9db4dcc5ab6e (patch)
treed2c0ab89877a9228f0ae9c0a17859223c2784982 /drivers/block/drbd/drbd_state.c
parentdrbd: Introduced tconn->cstate_mutex (diff)
downloadkernel-qcow2-linux-cf29c9d8c8eff69885ee4c8ddf5f9db4dcc5ab6e.tar.gz
kernel-qcow2-linux-cf29c9d8c8eff69885ee4c8ddf5f9db4dcc5ab6e.tar.xz
kernel-qcow2-linux-cf29c9d8c8eff69885ee4c8ddf5f9db4dcc5ab6e.zip
drbd: Implemented conn_send_state_req()
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_state.c')
-rw-r--r--drivers/block/drbd/drbd_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/drbd/drbd_state.c b/drivers/block/drbd/drbd_state.c
index 2cd4fcef554a..f34e7d4c8886 100644
--- a/drivers/block/drbd/drbd_state.c
+++ b/drivers/block/drbd/drbd_state.c
@@ -37,9 +37,7 @@ struct after_state_chg_work {
struct completion *done;
};
-
extern void _tl_restart(struct drbd_conf *mdev, enum drbd_req_event what);
-int drbd_send_state_req(struct drbd_conf *, union drbd_state, union drbd_state);
static int w_after_state_ch(struct drbd_work *w, int unused);
static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
union drbd_state ns, enum chg_state_flags flags);