drbd: Reworked the unconfiguring and thread stopping code
authorPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 18 Feb 2011 13:23:11 +0000 (14:23 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 14 Oct 2011 14:47:55 +0000 (16:47 +0200)
commit0e29d163f7ec8369b3f1fb70900d29b1c4a1dc8b
tree557ced24ba1538dda76daef67b3012c5429a5d1a
parentc66342d9493804ba92a3c9f48ba225a936c9736f
drbd: Reworked the unconfiguring and thread stopping code

* Moved CONFIG_PENDING and DEVICE_DYING from mdev to tconn.
* Renamed drbd_reconfig_start() and drbd_reconfig_done() to
  conn_reconfig_start() and conn_reconfig_done().

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_nl.c
drivers/block/drbd/drbd_receiver.c
drivers/block/drbd/drbd_state.c
drivers/block/drbd/drbd_state.h
drivers/block/drbd/drbd_worker.c