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

cvs commit: src/sys/kern vfs_subr.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 27 Jan 2004 15:56:48 -0800 (PST)

dillon      2004/01/27 15:56:48 PST

DragonFly src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Try to work-around a DFly-specific crash that can occur in ufs_ihashget()
  if the underlying vnode is being reclaimed at the same time.  Bump the
  vnodes ref count to interlock against vget's VXLOCK test.
  
  Revision  Changes    Path
  1.24      +12 -8     src/sys/kern/vfs_subr.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.23&r2=1.24&f=h



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