]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: move testlink work to system work queue
authorKarsten Graul <kgraul@linux.ibm.com>
Wed, 29 Apr 2020 15:10:44 +0000 (17:10 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Apr 2020 19:26:32 +0000 (12:26 -0700)
commit4ca31b19054b5ac896e460df9733f69c0095ccc2
tree627b78e8befdde110c5f414c47ee7749be98403f
parenta39e749ce891c8187f8eafa2d1f96af8e22bfab0
net/smc: move testlink work to system work queue

The testlink work waits for a response to the testlink request and
blocks the single threaded llc_wq. This type of work does not have to be
serialized and can be moved to the system work queue.

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Reviewed-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_llc.c