PERFORCE change 116669 for review

Scott Long scottl at FreeBSD.org
Tue Mar 27 16:39:45 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=116669

Change 116669 by scottl at scottl-x64 on 2007/03/27 16:38:52

	Remove the D_NEEDSGIANT flag.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_cd.c#13 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_cd.c#13 (text+ko) ====

@@ -738,7 +738,7 @@
 	softc->disk->d_name = "cd";
 	softc->disk->d_unit = periph->unit_number;
 	softc->disk->d_drv1 = periph;
-	softc->disk->d_flags = DISKFLAG_NEEDSGIANT;
+	softc->disk->d_flags = 0;
 	disk_create(softc->disk, DISK_VERSION);
 
 	/*


More information about the p4-projects mailing list