From b834226b04d6fb51178a64e98872856986c71474 Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Tue, 19 Jul 2011 17:15:43 +0300 Subject: [PATCH] vhost: optimize interrupt enable/disable 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 --- Reading git-format-patch failed