DragonFly BSD
DragonFly commits List (threaded) for 2004-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/kern


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 5 Nov 2004 10:43:20 -0800 (PST)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]