DragonFly BSD
DragonFly commits List (threaded) for 2006-07
[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: Sun, 9 Jul 2006 21:42:56 -0700 (PDT)

dillon      2006/07/09 21:42:56 PDT

DragonFly src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Disassociate the VM object after calling VOP_INACTIVE instead of before.
  VOP_INACTIVE may have to do some work on the vnode that requires a
  functional buffer cache.  For example, UFS may have to truncate a removed
  file.
  
  Revision  Changes    Path
  1.90      +22 -12    src/sys/kern/vfs_subr.c


http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_subr.c.diff?r1=1.89&r2=1.90&f=u



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