|
@@ -4227,11 +4227,8 @@ static int drbd_do_auth(struct drbd_tconn *tconn)
|
|
|
int drbdd_init(struct drbd_thread *thi)
|
|
|
{
|
|
|
struct drbd_conf *mdev = thi->mdev;
|
|
|
- unsigned int minor = mdev_to_minor(mdev);
|
|
|
int h;
|
|
|
|
|
|
- sprintf(current->comm, "drbd%d_receiver", minor);
|
|
|
-
|
|
|
dev_info(DEV, "receiver (re)started\n");
|
|
|
|
|
|
do {
|
|
@@ -4572,8 +4569,6 @@ int drbd_asender(struct drbd_thread *thi)
|
|
|
int ping_timeout_active = 0;
|
|
|
int empty;
|
|
|
|
|
|
- sprintf(current->comm, "drbd%d_asender", mdev_to_minor(mdev));
|
|
|
-
|
|
|
current->policy = SCHED_RR; /* Make this a realtime task! */
|
|
|
current->rt_priority = 2; /* more important than all other tasks */
|
|
|
|