jeff        2006-02-22 06:15:12 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_subr.c 
  Log:
   - Assert that the lowervp is locked in null_hashget().
   - Simplify the logic dealing with recycled vnodes in null_hashget() and
     null_hashins().  Since we hold the lower node locked in both cases
     the null node can not be undergoing recycling unless reclaim somehow
     called null_nodeget().  The logic that was in place was not safe and
     was essentially dead code.
  
  MFC After:      1 week
  
  Revision  Changes    Path
  1.50      +21 -26    src/sys/fs/nullfs/null_subr.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to