cvs commit: src/sys/kern vfs_cache.c

Christian S.J. Peron csjp at FreeBSD.org
Fri Jun 16 05:09:29 UTC 2006


csjp        2006-06-16 05:09:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be
  filesystem agnostic. We are not touching any file system specific functions
  in this code path. Since we have a cache lock, there is really no need to
  keep Giant around here.
  
  This eliminates Giant acquisitions for any syscall which is auditing pathnames.
  
  Discussed with: jeff
  
  Revision  Changes    Path
  1.106     +0 -4      src/sys/kern/vfs_cache.c


More information about the cvs-src mailing list