diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/fcoe/libfcoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/fcoe/libfcoe.c b/drivers/scsi/fcoe/libfcoe.c index 0e0b494fc17c..5548bf3bb58b 100644 --- a/drivers/scsi/fcoe/libfcoe.c +++ b/drivers/scsi/fcoe/libfcoe.c | |||
@@ -531,7 +531,7 @@ int fcoe_percpu_receive_thread(void *arg) | |||
531 | struct fcoe_softc *fc; | 531 | struct fcoe_softc *fc; |
532 | struct fcoe_hdr *hp; | 532 | struct fcoe_hdr *hp; |
533 | 533 | ||
534 | set_user_nice(current, 19); | 534 | set_user_nice(current, -20); |
535 | 535 | ||
536 | while (!kthread_should_stop()) { | 536 | while (!kthread_should_stop()) { |
537 | 537 | ||