cvs commit: src/sys/fs/nullfs null_vnops.c

Jeff Roberson jeff at FreeBSD.org
Tue Feb 21 22:17:32 PST 2006


jeff        2006-02-22 06:17:31 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vnops.c 
  Log:
   - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in
     vop_lock_post do not trigger.
   - Rearrange null_inactive to null_hashrem earlier so there is no chance
     of finding the null node on the hash list after the locks have been
     switched.
   - We should never have a NULL lowervp in null_reclaim() so there is
     no need to handle this situation.  panic instead.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.90      +8 -7      src/sys/fs/nullfs/null_vnops.c


More information about the cvs-src mailing list