commit | 2a4c57a9e731fa7bd20b028ca078a0ab0ec2485e | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Tue May 15 17:04:59 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed May 16 11:49:19 2018 -0400 |
tree | afcc5c0fefefda9da14bf00daa21bce46554c9b4 | |
parent | b32cf4ab68c06619bacefc7157857a08e7fee695 [diff] |
net/smc: use a workqueue to defer llc send SMC handles deferred work in tasklets. As tasklets cannot sleep this can result in rare EBUSY conditions, so defer this work in a work queue. The high level api functions do not defer work because they can sleep until the llc send is actually completed. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>