Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/sys/dev/iscsi



Module Name:    src
Committed By:   msaitoh
Date:           Mon Sep 29 15:45:36 UTC 2014

Modified Files:
        src/sys/dev/iscsi [netbsd-7]: iscsi_send.c

Log Message:
Pull up following revision(s) (requested by tls in ticket #119):
        sys/dev/iscsi/iscsi_send.c: revision 1.10
The "throttling" code in the in-kernel iSCSI initiator is very questionable;
it sleeps on a ccb that appears highly unlikely to wake up, since it seems
to be waiting to _submit_ that very ccb!  This is doubtless why someone tried
to disable it in the default case via several #defines.
Unfortunately one of those #defines is later tested backwards.  Fix that.
The in-kernel initiator now seems to survive a system build without hanging.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.12.1 src/sys/dev/iscsi/iscsi_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index