From: Paolo Bonzini Date: Wed, 4 Jun 2014 11:34:56 +0000 (+0200) Subject: virtio-scsi: avoid cancelling uninitialized work items X-Git-Tag: omap-for-v3.16/fixes-rc4~12^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdda0e5acbb78f7b777049f8c27899e5c5bb368f;p=pandora-kernel.git virtio-scsi: avoid cancelling uninitialized work items Calling the workqueue interface on uninitialized work items isn't a good idea even if they're zeroed. It's not failing catastrophically only through happy accidents. Signed-off-by: Paolo Bonzini Reviewed-by: Stefan Hajnoczi Cc: stable@vger.kernel.org Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed