From: Michael S. Tsirkin Date: Tue, 14 Oct 2014 23:52:29 +0000 (+1030) Subject: virtio_net: drop config_enable X-Git-Tag: fixes-against-v3.18-rc2~57^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102a2786c9df756cffdbcfd11096124e4dc6c311;p=pandora-kernel.git virtio_net: drop config_enable Now that virtio core ensures config changes don't arrive during probing, drop config_enable flag in virtio net. 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