cvs commit: src/sys/fs/autofs autofs.h autofs_util.c
 autofs_vfsops.c autofs_vnops.c
    Alfred Perlstein 
    alfred at FreeBSD.org
       
    Wed Sep  8 18:01:20 PDT 2004
    
    
  
alfred      2004-09-09 01:01:19 UTC
  FreeBSD src repository
  Modified files:
    sys/fs/autofs        autofs.h autofs_util.c autofs_vfsops.c 
                         autofs_vnops.c 
  Log:
  Fix a bug where we were _always_ passing requests as "stat" requests for
  indirect mounts.  This effecively translated all LOOKUP requests into STAT
  and broke indirect mounts.
  
  Fix sysctl flags, CTLFLAG_WR -> CTLFLAG_RW.
  
  Cleanup debug statements.
  
  Revision  Changes    Path
  1.4       +7 -5      src/sys/fs/autofs/autofs.h
  1.5       +1 -1      src/sys/fs/autofs/autofs_util.c
  1.6       +2 -2      src/sys/fs/autofs/autofs_vfsops.c
  1.8       +5 -4      src/sys/fs/autofs/autofs_vnops.c
    
    
More information about the cvs-all
mailing list