[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_work
authorDan Williams <dan.j.williams@intel.com>
Fri, 9 Mar 2012 19:00:06 +0000 (11:00 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 23 Apr 2012 11:03:39 +0000 (12:03 +0100)
When requeuing work to a draining workqueue the last work instance may
not be idle, so sas_queue_work() must not touch work->entry.  Introduce
sas_work with a drain_node list_head to have a private list for
collecting work deferred due to drain collision.

Fixes reports like:
  BUG: unable to handle kernel NULL pointer dereference at           (null)
  IP: [<ffffffff810410d4>] process_one_work+0x2e/0x338

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found