commit | 6db3d8dc5d73b269987fae60745bb20eae97af61 | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Mon Nov 05 17:33:22 2018 +0000 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Dec 19 18:23:49 2018 -0500 |
tree | 049875c09693bc70b23dae2ce0dcb99127f74eec | |
parent | 1f23816b8eb8fdc39990abe166c10a18c16f6b21 [diff] |
vhost/vsock: switch to a mutex for vhost_vsock_hash Now that there are no more data path users of vhost_vsock_lock, it can be turned into a mutex. It's only used by .release() and in the .ioctl() path. Depends-on: <20181105103547.22018-1-stefanha@redhat.com> Suggested-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>