From owner-cvs-src-old@FreeBSD.ORG Tue Feb 17 21:36:03 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F2861065792 for ; Tue, 17 Feb 2009 21:36:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 904138FC13 for ; Tue, 17 Feb 2009 21:36:02 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1HLa2SP019215 for ; Tue, 17 Feb 2009 21:36:02 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1HLa25c019214 for cvs-src-old@freebsd.org; Tue, 17 Feb 2009 21:36:02 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200902172136.n1HLa25c019214@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 17 Feb 2009 21:35:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/kern kern_descrip.c vfs_syscalls.c vfs_vnops.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2009 21:36:05 -0000 jhb 2009-02-17 21:35:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern kern_descrip.c vfs_syscalls.c vfs_vnops.c Log: SVN rev 188734 on 2009-02-17 21:35:54Z by jhb MFC: Use shared vnode locks instead of exclusive vnode locks for the access(), chdir(), chroot(), eaccess(), fchdir(), fpathconf(), fstat(), fstatfs(), lseek() (when figuring out the current size of the file in the SEEK_END case), pathconf(), readlink(), and statfs() system calls. Revision Changes Path 1.313.2.14 +1 -1 src/sys/kern/kern_descrip.c 1.443.2.5 +16 -16 src/sys/kern/vfs_syscalls.c 1.252.2.6 +1 -1 src/sys/kern/vfs_vnops.c