commit | 09ff742c62a6bbfca7aed485f44c8b16f52e1096 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Sat Jul 12 15:51:51 2014 -0500 |
committer | Christoph Hellwig <hch@lst.de> | Fri Aug 01 08:16:39 2014 -0400 |
tree | 67555350fbf93d90442dfa3781457d610f12970e | |
parent | 719e5874d0777b575720249d3ece3dbde3efb452 [diff] |
libiscsi: return new error code when nop times out When a iscsi nop as ping timedout we were failing with the common connection error code, ISCSI_ERR_CONN_FAILED. This patch adds a new error code for this problem so can properly track/distinguish in userspace. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Acked-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de>