commit | 464bb99ea448dc2f017be9150a8be9ab1f021979 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Jul 26 12:46:45 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Jul 27 09:11:14 2007 -0400 |
tree | 02639d08940609bfbb729d9da1e5bce1dddf7a48 | |
parent | 1d1bbee61e4ecdaad450e9bf4d9983876ed53a43 [diff] |
[SCSI] libiscsi: make sure session is not blocked when removing host When we logout we block the session since we are not taking any more commands, but when we call remove host we want to make sure any IO that got queued up and blocked gets failed upwards quickly, so we unblock the session and fail it. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>