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)
commit1020e1ef53ceef715f2bc144eebbfe01e88effcf
tree627b78e8befdde110c5f414c47ee7749be98403f
parentd854fcbfaeda9748c85de296fbe07b7763a1939c
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