vfio: Use down_reads to protect iommu disconnects
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 29 Apr 2013 14:41:36 +0000 (08:41 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 29 Apr 2013 14:41:36 +0000 (08:41 -0600)
If a group or device is released or a container is unset from a group
it can race against file ops on the container.  Protect these with
down_reads to allow concurrent users.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Reported-by: Michael S. Tsirkin <mst@redhat.com>

No differences found