commit | 3bbf372c6c60255585783bb08ab477a72b918196 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed May 30 17:21:29 2012 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed May 30 16:36:15 2012 -0400 |
tree | 459923eb896240212a0e7aadb10ff63467b7544f | |
parent | 0053ea9c34a41865ec89ffbf3d3033f9a503bccc [diff] |
virtio-net: remove useless disable on freeze disable_cb is just an optimization: it can not guarantee that there are no callbacks. In particular it doesn't have any effect when event index is on. Instead, detach, napi disable and reset on freeze ensure we don't run concurrently with a callback. Remove the useless calls so we get same behaviour with and without event index. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>