diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-15 18:40:27 +0100 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-04 00:16:27 +0100 |
commit | 8169e41b3e59ee74a31270804a1b5ccef9ae9fce (patch) | |
tree | 3a4d9065937bb7645bf7737660c07a58aa6f1a2e /drivers/block/drbd/drbd_int.h | |
parent | 38fa9988fa838324a0cce6e2f9d3c674230659d5 (diff) | |
download | lwn-8169e41b3e59ee74a31270804a1b5ccef9ae9fce.tar.gz lwn-8169e41b3e59ee74a31270804a1b5ccef9ae9fce.zip |
drbd: Moved CONN_DRY_RUN to the per connection (tconn) flags
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 278e7acc7f32..d6e7e657e7a4 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -791,7 +791,6 @@ enum { RESYNC_AFTER_NEG, /* Resync after online grow after the attach&negotiate finished. */ RESIZE_PENDING, /* Size change detected locally, waiting for the response from * the peer, if it changed there as well. */ - CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ NEW_CUR_UUID, /* Create new current UUID when thawing IO */ AL_SUSPENDED, /* Activity logging is currently suspended. */ AHEAD_TO_SYNC_SOURCE, /* Ahead -> SyncSource queued */ @@ -915,6 +914,7 @@ enum { * but worker thread is still handling the cleanup. * reconfiguring (nl_disk_conf, nl_net_conf) is dissalowed, * while this is set. */ + CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ }; struct drbd_tconn { /* is a resource from the config file */ |