From: Michael S. Tsirkin Date: Tue, 14 Oct 2014 23:52:26 +0000 (+1030) Subject: virtio_blk: drop config_enable X-Git-Tag: fixes-against-v3.18-rc2~57^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc74f71934da13fa979669467c04f0d2e5563112;p=pandora-kernel.git virtio_blk: drop config_enable Now that virtio core ensures config changes don't arrive during probing, drop config_enable flag in virtio blk. On removal, flush is now sufficient to guarantee that no change work is queued. This help simplify the driver, and will allow setting DRIVER_OK earlier without losing config change notifications. Signed-off-by: Michael S. Tsirkin Reviewed-by: Cornelia Huck Signed-off-by: Rusty Russell --- Reading git-diff-tree failed