commit | 7686e4b6ef4439be96bf797e1cb73a6919c3ac3f | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Mar 28 16:39:22 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 28 12:57:24 2019 -0700 |
tree | 2fa4a7ec6d5b9213dedce88e627bc1c178973c2e | |
parent | 05a17851341c053421b9430db36d365da8283bc7 [diff] |
s390/qeth: defer IPv6 address notifier events The inet6addr_chain is atomic. So instead of starting the cmd IO for SETIP / DELIP straight from the notifier callback, run it from a workqueue. This is the last step towards removal of cmd IO completion polling. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>