cvs commit: src/sys/kern
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Nov 5 10:43:45 PST 2004
dillon 2004/11/05 10:43:20 PST
DragonFly src repository
Modified files:
sys/kern vfs_vnops.c
Log:
Remove an assertion that used to double-check the cred passed into vn_open().
The assertion is no longer needed as the cred is allowed to be different,
and vn_open() may not be called from a process any more. In particular,
vn_open() may be called from the NDIS driver to open a firmware image file.
Reported-by: Andrew Atrens <atrens at xxxxxxxxxxxxxxxxxx>
Revision Changes Path
1.24 +0 -2 src/sys/kern/vfs_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_vnops.c.diff?r1=1.23&r2=1.24&f=u
More information about the Commits
mailing list