summaryrefslogtreecommitdiffstats
path: root/drivers/leds
diff options
context:
space:
mode:
authorLijun Pan <lijunp213@gmail.com>2021-04-13 14:33:39 -0500
committerDavid S. Miller <davem@davemloft.net>2021-04-13 14:56:23 -0700
commit870e04ae45ea2e569d1ca2780439b16e988da08d (patch)
treee37e571fce13caf29b1542812e6ed1afff8937b4 /drivers/leds
parent9fb434bcf825f112b3a0f2f9aa344b97b6b2bb99 (diff)
downloadlinux-stable-870e04ae45ea2e569d1ca2780439b16e988da08d.tar.gz
linux-stable-870e04ae45ea2e569d1ca2780439b16e988da08d.tar.bz2
linux-stable-870e04ae45ea2e569d1ca2780439b16e988da08d.zip
ibmvnic: queue reset work in system_long_wq
The reset process for ibmvnic commonly takes multiple seconds, clearly making it inappropriate for schedule_work/system_wq. The reason to make this change is that ibmvnic's use of the default system-wide workqueue for a relatively long-running work item can negatively affect other workqueue users. So, queue the relatively slow reset job to the system_long_wq. Suggested-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Lijun Pan <lijunp213@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/leds')
0 files changed, 0 insertions, 0 deletions