[SCSI] libsas: Destroy the task collector thread after releasing ports
authorDarrick J. Wong <djwong@us.ibm.com>
Thu, 11 Jan 2007 22:15:03 +0000 (14:15 -0800)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 13 Jan 2007 22:15:27 +0000 (16:15 -0600)
If we use task collector mode, we can end up destroying the task collector
thread before we release the ports, which is bad if a port release causes
a disk I/O (such as cache flushing).

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found