Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Feb 2006 06:17:31 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nullfs null_vnops.c
Message-ID:  <200602220617.k1M6HVFe014950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602220617.k1M6HVFe014950>