commit | 51c6ce2ae35980c755af33461c3138570ded615e | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <stephen@networkplumber.org> | Sat Feb 11 23:02:18 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 14 10:20:35 2017 -0800 |
tree | bbb47d5f65cb0358839ef65c2a6ee029697f27f5 | |
parent | def95c73567dfacb22900cd0c4f01caff39e4c9e [diff] |
vmbus: callback is in softirq not workqueue The callback is done via tasklet not workqueue. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>