Make iscsi_set_noautoreconnect public
In our use at Datto, we have come across several issues related to the automatic reconnect logic (mainly its interaction with POLLHUP). This allows us to disable the functionality, at the expense of writing our own reconnect logic. Related: #241
This commit is contained in:
@@ -350,8 +350,6 @@ uint32_t crc32c(uint8_t *buf, int len);
|
||||
|
||||
struct scsi_task *iscsi_scsi_get_task_from_pdu(struct iscsi_pdu *pdu);
|
||||
|
||||
void iscsi_set_noautoreconnect(struct iscsi_context *iscsi, int state);
|
||||
|
||||
void iscsi_decrement_iface_rr(void);
|
||||
|
||||
#define ISCSI_LOG(iscsi, level, format, ...) \
|
||||
|
||||
Reference in New Issue
Block a user