cvs commit: src/sys/vfs/procfs

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 20 02:01:52 PDT 2004


dillon      2004/10/20 02:00:35 PDT

DragonFly src repository

  Modified files:
    sys/vfs/procfs       procfs_vnops.c 
  Log:
  Old API compatibility: The directory vnode passed to VOP_LOOKUP() must be
  unlocked if this is not the last component of the path, unless we are looking
  up '.' in which case it must be locked because the return vnode must be
  locked.  (echo "kill" > /proc/<pid>/ctl was panicing the system).
  
  Panic-reported-by: =?ISO-8859-1?Q?Christer_=D6berg?= <christer.oberg at xxxxxxxxxx>
  
  Revision  Changes    Path
  1.21      +8 -4      src/sys/vfs/procfs/procfs_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/procfs/procfs_vnops.c.diff?r1=1.20&r2=1.21&f=u





More information about the Commits mailing list