Date: Mon, 17 Mar 2008 17:18:17 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ses.c Message-ID: <200803171718.m2HHIHQM022939@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803171718.m2HHIHQM022939>
