aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorPhilipp Reisner <philipp.reisner@linbit.com>2011-03-15 11:56:18 -0400
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-11-03 19:16:25 -0400
commit2325eb661f745ed543ef33642f5fe0dd6d1f0850 (patch)
treee50f29e7d13e837c9ab3ca35ddc0ef077144cd63 /drivers/block/drbd/drbd_int.h
parent082a3439a2d34c465c2f5bc10a324fb4d96b2332 (diff)
drbd: New minors have to intherit the connection state form their connection
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_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 5fa7ba0b17de..278e7acc7f32 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -1595,6 +1595,7 @@ extern void _drbd_wait_ee_list_empty(struct drbd_conf *mdev,
1595extern void drbd_set_recv_tcq(struct drbd_conf *mdev, int tcq_enabled); 1595extern void drbd_set_recv_tcq(struct drbd_conf *mdev, int tcq_enabled);
1596extern void _drbd_clear_done_ee(struct drbd_conf *mdev, struct list_head *to_be_freed); 1596extern void _drbd_clear_done_ee(struct drbd_conf *mdev, struct list_head *to_be_freed);
1597extern void conn_flush_workqueue(struct drbd_tconn *tconn); 1597extern void conn_flush_workqueue(struct drbd_tconn *tconn);
1598extern int drbd_connected(int vnr, void *p, void *data);
1598static inline void drbd_flush_workqueue(struct drbd_conf *mdev) 1599static inline void drbd_flush_workqueue(struct drbd_conf *mdev)
1599{ 1600{
1600 conn_flush_workqueue(mdev->tconn); 1601 conn_flush_workqueue(mdev->tconn);