From owner-cvs-src-old@FreeBSD.ORG Fri Jan 23 22:09:08 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 3D3EF10657B2 for ; Fri, 23 Jan 2009 22:09:08 +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 115028FC13 for ; Fri, 23 Jan 2009 22:09:08 +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 n0NM97I4018897 for ; Fri, 23 Jan 2009 22:09:07 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0NM975M018896 for cvs-src-old@freebsd.org; Fri, 23 Jan 2009 22:09:07 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200901232209.n0NM975M018896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 23 Jan 2009 22:08:54 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_subr.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: Fri, 23 Jan 2009 22:09:08 -0000 jhb 2009-01-23 22:08:54 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: SVN rev 187653 on 2009-01-23 22:08:54Z by jhb Push down Giant in the vlnru kproc main loop so that it is only acquired around calls to vlrureclaim() on non-MPSAFE filesystems. Specifically, vnlru no longer needs Giant for the common case of waking up and deciding there is nothing for it to do. MFC after: 2 weeks Revision Changes Path 1.754 +3 -11 src/sys/kern/vfs_subr.c