Mike Christie wrote:
> 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.
>
Merged in 2f48598d72d48b0575459e9a9323e2cfc6334481
(open-iscsi)/6a19b192b732b712c7ed011911ce103bc8ccad98 (linux-2.6.-iscsi)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---