cvs commit: src/sys/kern vfs_lookup.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 23 22:02:37 PST 2005


jeff        2005-03-24 06:02:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_lookup.c 
  Log:
   - Clear LOCKSHARED if LOOKUP_SHARED is not enabled.  This is not strictly
     necessary since we disable the shared locks in vfs_cache, but it is
     prefered that the option not leak out into filesystems when it is
     disabled.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.71      +3 -0      src/sys/kern/vfs_lookup.c


More information about the cvs-src mailing list