jeff        2006-02-01 09:34:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_lookup.c 
  Log:
   - Solve a problem where a vput could be called on an outgoing directory
     without Giant held.  Do this by tracking the vfslocked state for
     the directory seperate from the child.  This is only important
     in the case where we cross a mountpoint.
  
  Sponsored by:   Isilon Systems, Inc.
  MFC After:      3 days
  
  Revision  Changes    Path
  1.86      +13 -5     src/sys/kern/vfs_lookup.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