PERFORCE change 162755 for review
Scott Long
scottl at FreeBSD.org
Tue May 26 03:18:47 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=162755
Change 162755 by scottl at scottl-y1 on 2009/05/26 03:18:34
The devctl device looks like it provides adequate locking for itself,
so remove the D_NEEDGIANT flag.
Affected files ...
.. //depot/projects/scottl-camlock/src/sys/kern/subr_bus.c#19 edit
Differences ...
==== //depot/projects/scottl-camlock/src/sys/kern/subr_bus.c#19 (text+ko) ====
@@ -362,7 +362,7 @@
static struct cdevsw dev_cdevsw = {
.d_version = D_VERSION,
- .d_flags = D_NEEDGIANT,
+ .d_flags = 0,
.d_open = devopen,
.d_close = devclose,
.d_read = devread,
More information about the p4-projects
mailing list