Date: Mon, 3 Nov 2008 20:31:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_descrip.c vfs_syscalls.c vfs_vnops.c Message-ID: <200811032031.mA3KVBcG037383@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-11-03 20:31:00 UTC FreeBSD src repository Modified files: sys/kern kern_descrip.c vfs_syscalls.c vfs_vnops.c Log: SVN rev 184600 on 2008-11-03 20:31:00Z by jhb Use shared vnode locks instead of exclusive vnode locks for the access(), chdir(), chroot(), eaccess(), fpathconf(), fstat(), fstatfs(), lseek() (when figuring out the current size of the file in the SEEK_END case), pathconf(), readlink(), and statfs() system calls. Submitted by: ups (mostly) Tested by: pho MFC after: 1 month Revision Changes Path 1.341 +1 -1 src/sys/kern/kern_descrip.c 1.463 +14 -14 src/sys/kern/vfs_syscalls.c 1.272 +1 -1 src/sys/kern/vfs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811032031.mA3KVBcG037383>