cvs commit: src/sys/cam/scsi scsi_ses.c
Scott Long
scottl at FreeBSD.org
Mon Mar 17 10:18:17 PDT 2008
scottl 2008-03-17 17:18:16 UTC
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_ses.c
Log:
Locking in the ses_ioctl handler doesn't have to be so strict because
the referenced data is only obtained/changed in the device open handler,
and the ioctl handler can only run after the open handler. Also fix a
few nearby style issues.
Submitted by: Matt Jacob
Revision Changes Path
1.37 +25 -21 src/sys/cam/scsi/scsi_ses.c
More information about the cvs-src
mailing list