From owner-cvs-src-old@FreeBSD.ORG Sun Feb 14 00:43:55 2010 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 1AB1010656CF for ; Sun, 14 Feb 2010 00:43:55 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 075A08FC18 for ; Sun, 14 Feb 2010 00:43:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o1E0hsef013742 for ; Sun, 14 Feb 2010 00:43:54 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1E0hsVE013740 for cvs-src-old@freebsd.org; Sun, 14 Feb 2010 00:43:54 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201002140043.o1E0hsVE013740@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Sun, 14 Feb 2010 00:43:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/fs/nfsclient nfs_clvfsops.c nfs_clvnops.c nfsmount.h nfsnode.h 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: Sun, 14 Feb 2010 00:43:55 -0000 rmacklem 2010-02-14 00:43:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsclient nfs_clvfsops.c nfs_clvnops.c nfsmount.h nfsnode.h Log: SVN rev 203851 on 2010-02-14 00:43:42Z by rmacklem MFC: r203303 Patch the experimental NFS client so that there is a timeout for negative name cache entries in a manner analogous to r202767 for the regular NFS client. Also, make the code in nfs_lookup() compatible with that of the regular client and replace the sysctl variable that enabled negative name caching with the mount point option. Revision Changes Path 1.8.2.2 +18 -4 src/sys/fs/nfsclient/nfs_clvfsops.c 1.13.2.4 +114 -54 src/sys/fs/nfsclient/nfs_clvnops.c 1.1.2.3 +5 -0 src/sys/fs/nfsclient/nfsmount.h 1.1.2.2 +1 -0 src/sys/fs/nfsclient/nfsnode.h