cvs commit: src/sys/cam/scsi scsi_target.c
Nate Lawson
njl at FreeBSD.org
Thu Sep 4 09:30:04 PDT 2003
njl 2003/09/04 09:30:03 PDT
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_target.c
Log:
Calling KNOTE with locks held may result in recursion when it calls back
into targreadfilt(). Unlock around calls to notify_user(). If an application
is sending CCBs while the endpoint is shutting down, this may result in
incomplete disable. A more complete solution will come with a "dying" flag.
Submitted by: simokawa
Revision Changes Path
1.56 +13 -2 src/sys/cam/scsi/scsi_target.c
More information about the cvs-all
mailing list