mirror of https://gitee.com/openkylin/linux.git
drbd: conn_try_disconnect(): Use parameter instead of the global variable
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
This commit is contained in:
parent
4bc760488c
commit
9693da2379
|
@ -2317,7 +2317,7 @@ static enum drbd_state_rv conn_try_disconnect(struct drbd_connection *connection
|
|||
* The state handling only uses drbd_thread_stop_nowait(),
|
||||
* we want to really wait here until the receiver is no more.
|
||||
*/
|
||||
drbd_thread_stop(&adm_ctx.connection->receiver);
|
||||
drbd_thread_stop(&connection->receiver);
|
||||
|
||||
/* Race breaker. This additional state change request may be
|
||||
* necessary, if this was a forced disconnect during a receiver
|
||||
|
|
Loading…
Reference in New Issue