commit | 1020e1ef53ceef715f2bc144eebbfe01e88effcf | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Wed Apr 29 17:10:44 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 29 12:26:32 2020 -0700 |
tree | 627b78e8befdde110c5f414c47ee7749be98403f | |
parent | d854fcbfaeda9748c85de296fbe07b7763a1939c [diff] |
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>