cvs commit: src/sys/kern vfs_syscalls.c

Jeff Roberson jeff at FreeBSD.org
Tue Mar 21 23:58:38 UTC 2006


jeff        2006-03-21 23:58:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
   - Remove explicit calls to lock and unlock Giant and replace them with
     VFS_LOCK_GIANT/VFS_UNLOCK_GIANT calls.  This completely removes Giant
     acquisition in the syscall path for ffs.
  
  Bug fix to kern_fhstatfs from:  Todd Miller <Todd.Miller at sparta.com>
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.412     +66 -83    src/sys/kern/vfs_syscalls.c


More information about the cvs-src mailing list