From: Robert Love Date: Fri, 27 Feb 2009 18:56:38 +0000 (-0800) Subject: [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) to -20 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4469c195da43bf8220f53da8b576c0e154c2b662;p=linux-beck.git [SCSI] fcoe: Change fcoe receive thread nice value from 19 (lowest priority) to -20 This change makes the fcoe Rx threads have the same nice value as lpfc and qla2xxx Rx threads. Signed-off-by: Robert Love Signed-off-by: James Bottomley --- 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) struct fcoe_softc *fc; struct fcoe_hdr *hp; - set_user_nice(current, 19); + set_user_nice(current, -20); while (!kthread_should_stop()) {