[PATCH 3.12 061/170] virtio-scsi: avoid cancelling uninitialized work items

2014-07-18 Thread Jiri Slaby
From: Paolo Bonzini 3.12-stable review patch. If anyone has any objections, please let me know. === commit cdda0e5acbb78f7b777049f8c27899e5c5bb368f upstream. Calling the workqueue interface on uninitialized work items isn't a good idea even if they're zeroed. It's not failing

[PATCH 3.12 061/170] virtio-scsi: avoid cancelling uninitialized work items

2014-07-18 Thread Jiri Slaby
From: Paolo Bonzini pbonz...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit cdda0e5acbb78f7b777049f8c27899e5c5bb368f upstream. Calling the workqueue interface on uninitialized work items isn't a good idea even if they're zeroed.