|
@@ -1873,7 +1873,6 @@ static int fcoe_percpu_receive_thread(void *arg)
|
|
|
|
|
|
set_user_nice(current, MIN_NICE);
|
|
|
|
|
|
-retry:
|
|
|
while (!kthread_should_stop()) {
|
|
|
|
|
|
spin_lock_bh(&p->fcoe_rx_list.lock);
|
|
@@ -1883,7 +1882,7 @@ retry:
|
|
|
set_current_state(TASK_INTERRUPTIBLE);
|
|
|
spin_unlock_bh(&p->fcoe_rx_list.lock);
|
|
|
schedule();
|
|
|
- goto retry;
|
|
|
+ continue;
|
|
|
}
|
|
|
|
|
|
spin_unlock_bh(&p->fcoe_rx_list.lock);
|