cvs commit: src/sys/kern vfs_lookup.c

Jeff Roberson jeff at FreeBSD.org
Wed Feb 1 01:34:37 PST 2006


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


More information about the cvs-all mailing list