aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorPhilipp Reisner <philipp.reisner@linbit.com>2010-06-11 07:56:33 -0400
committerPhilipp Reisner <philipp.reisner@linbit.com>2010-10-14 08:58:36 -0400
commit87f7be4cf88e93069f4cc63baf2ce70fdfc59c63 (patch)
treeb76a190b93d4a5d3629c7f25737e11c8231efd6c /drivers/block/drbd/drbd_int.h
parent1616a25493cce727d582886f162c5bb0abd87e6a (diff)
drbd: Run the fence-peer helper asynchronously
Since we can not thaw the transfer log, the next logical step is to allow reconnects while the fence-peer handler runs. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 03cc975b9e6c..ab20c0062d21 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -1423,7 +1423,8 @@ extern void resync_after_online_grow(struct drbd_conf *);
1423extern void drbd_setup_queue_param(struct drbd_conf *mdev, unsigned int) __must_hold(local); 1423extern void drbd_setup_queue_param(struct drbd_conf *mdev, unsigned int) __must_hold(local);
1424extern int drbd_set_role(struct drbd_conf *mdev, enum drbd_role new_role, 1424extern int drbd_set_role(struct drbd_conf *mdev, enum drbd_role new_role,
1425 int force); 1425 int force);
1426enum drbd_disk_state drbd_try_outdate_peer(struct drbd_conf *mdev); 1426extern enum drbd_disk_state drbd_try_outdate_peer(struct drbd_conf *mdev);
1427extern void drbd_try_outdate_peer_async(struct drbd_conf *mdev);
1427extern int drbd_khelper(struct drbd_conf *mdev, char *cmd); 1428extern int drbd_khelper(struct drbd_conf *mdev, char *cmd);
1428 1429
1429/* drbd_worker.c */ 1430/* drbd_worker.c */