Date: Tue, 5 Sep 2006 03:23:02 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c Message-ID: <200609050323.k853N3v5082692@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2006-09-05 03:23:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern vfs_cache.c Log: 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. Revision Changes Path 1.103.2.2 +0 -4 src/sys/kern/vfs_cache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609050323.k853N3v5082692>