drbd: Replace and remove the obsolete conn_() macros

With the polymorphic drbd_() macros, we no longer need the connection
specific variants.

Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
This commit is contained in:
Andreas Gruenbacher
2011-07-06 11:01:44 +02:00
committed by Philipp Reisner
parent 3b52beffc5
commit 1ec861ebd0
6 changed files with 99 additions and 109 deletions
+1 -1
View File
@@ -1905,7 +1905,7 @@ int drbd_worker(struct drbd_thread *thi)
if (signal_pending(current)) {
flush_signals(current);
if (get_t_state(thi) == RUNNING) {
conn_warn(connection, "Worker got an unexpected signal\n");
drbd_warn(connection, "Worker got an unexpected signal\n");
continue;
}
break;