K 10 svn:author V 4 csjp K 8 svn:date V 27 2006-06-16T05:09:28.000000Z K 7 svn:log V 347 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 END