]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
libiscsi: check reason why we are stopping iscsi session to determine error value
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 24 Sep 2008 16:46:14 +0000 (11:46 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 13 Oct 2008 13:29:01 +0000 (09:29 -0400)
commit87cd9eab2dfbdf7d367d7ab30e88176d7b08b83e
tree7fdb4fadf57405e1e2b596c927c1f7df25aa028c
parent6f481e3cefeb33094e87af176587e6a3027f104e
libiscsi: check reason why we are stopping iscsi session to determine error value

Some wires got crossed on some patches and I messed up in the code
below when rebuilding a patch. We want to be checking if flag
equaled the value indicating if we killing the session due to
final logout or if we just trying to relogin.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libiscsi.c