Erez Zilber wrote:
> diff --git a/include/scsi/iscsi_if.h b/include/scsi/iscsi_if.h
> index 801a677..027eb96 100644
> --- a/include/scsi/iscsi_if.h
> +++ b/include/scsi/iscsi_if.h
> @@ -56,9 +56,10 @@ enum iscsi_uevent_e {
> ISCSI_KEVENT_RECV_PDU = KEVENT_BASE + 1,
> ISCSI_KEVENT_CONN_ERROR = KEVENT_BASE + 2,
> ISCSI_KEVENT_IF_ERROR = KEVENT_BASE + 3,
> - ISCSI_KEVENT_DESTROY_SESSION = KEVENT_BASE + 4,
> - ISCSI_KEVENT_UNBIND_SESSION = KEVENT_BASE + 5,
> - ISCSI_KEVENT_CREATE_SESSION = KEVENT_BASE + 6,
> + ISCSI_KEVENT_TRANS_ERROR = KEVENT_BASE + 4,
> + ISCSI_KEVENT_DESTROY_SESSION = KEVENT_BASE + 5,
> + ISCSI_KEVENT_UNBIND_SESSION = KEVENT_BASE + 6,
> + ISCSI_KEVENT_CREATE_SESSION = KEVENT_BASE + 7,
> };
I have to make one more change to the patch. I guess you did not test
backward compat, and I just tested it :) We have to move
ISCSI_KEVENT_TRANS_ERROR to KEVENT_BASE + 7 and not take over
ISCSI_KEVENT_DESTROY_SESSION event number.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"open-iscsi" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---