diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-10-15 01:52:29 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2014-10-15 01:54:59 +0200 |
commit | 080c637373904258ecc20cedc552b2472ab03d10 (patch) | |
tree | f64e089624dbca2441c93dd54db421cd9df12bbc /scripts | |
parent | virtio_net: drop config_enable (diff) | |
download | linux-080c637373904258ecc20cedc552b2472ab03d10.tar.xz linux-080c637373904258ecc20cedc552b2472ab03d10.zip |
virtio-net: drop config_mutex
config_mutex served two purposes: prevent multiple concurrent config
change handlers, and synchronize access to config_enable flag.
Since commit dbf2576e37da0fcc7aacbfbb9fd5d3de7888a3c1
workqueue: make all workqueues non-reentrant
all workqueues are non-reentrant, and config_enable
is now gone.
Get rid of the unnecessary lock.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions