commit | 779ea1207b6a43943faa44f41be7311263315604 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed Feb 28 17:32:15 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Mar 11 11:24:12 2007 -0500 |
tree | 5c08f4f9ff44416cfb92084cd10885697fb2016f | |
parent | 62d42a62770dd66da2d3df693e70f4e5fae1716a [diff] |
[SCSI] libiscsi: flush work before freeing connection It's possible that we call iscsi_xmitworker after iscsi_conn_release which causes a oops. This patch flushes the workqueue. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>