diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-07-22 05:04:36 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2014-02-17 10:47:58 -0500 |
commit | 8fe605513ab4e96f9e078670da48c5fba3625955 (patch) | |
tree | a0d8028b28ac9f04e42c57cb0e32ab9e4fa371c4 /drivers/block/drbd/drbd_nl.c | |
parent | 625a6ba2bd9d2720e64048188c6771b9da867884 (diff) |
drbd: Rename drbdd_init() -> drbd_receiver()
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_nl.c')
-rw-r--r-- | drivers/block/drbd/drbd_nl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_nl.c b/drivers/block/drbd/drbd_nl.c index 5ed169d6cf5a..63b345dbcc1c 100644 --- a/drivers/block/drbd/drbd_nl.c +++ b/drivers/block/drbd/drbd_nl.c | |||
@@ -2332,7 +2332,7 @@ static enum drbd_state_rv conn_try_disconnect(struct drbd_connection *connection | |||
2332 | /* Race breaker. This additional state change request may be | 2332 | /* Race breaker. This additional state change request may be |
2333 | * necessary, if this was a forced disconnect during a receiver | 2333 | * necessary, if this was a forced disconnect during a receiver |
2334 | * restart. We may have "killed" the receiver thread just | 2334 | * restart. We may have "killed" the receiver thread just |
2335 | * after drbdd_init() returned. Typically, we should be | 2335 | * after drbd_receiver() returned. Typically, we should be |
2336 | * C_STANDALONE already, now, and this becomes a no-op. | 2336 | * C_STANDALONE already, now, and this becomes a no-op. |
2337 | */ | 2337 | */ |
2338 | rv2 = conn_request_state(connection, NS(conn, C_STANDALONE), | 2338 | rv2 = conn_request_state(connection, NS(conn, C_STANDALONE), |