vhost: optimize interrupt enable/disable
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 19 Jul 2011 14:15:43 +0000 (17:15 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 19 Jul 2011 14:17:28 +0000 (17:17 +0300)
As we now only update used ring after enabling
the backend, we can write flags with __put_user:
as that's done on data path, it matters.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

No differences found