K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-09-05T03:23:02.000000Z K 7 svn:log V 357 MFC vfs_cache.c revision 1.106 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. END