From owner-cvs-src-old@FreeBSD.ORG Sun Jan 31 19:12:40 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 B27A3106568D for ; Sun, 31 Jan 2010 19:12:40 +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 A02638FC13 for ; Sun, 31 Jan 2010 19:12:40 +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 o0VJCeJt003905 for ; Sun, 31 Jan 2010 19:12:40 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0VJCema003904 for cvs-src-old@freebsd.org; Sun, 31 Jan 2010 19:12:40 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201001311912.o0VJCema003904@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Sun, 31 Jan 2010 19:12:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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, 31 Jan 2010 19:12:40 -0000 rmacklem 2010-01-31 19:12:24 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clvfsops.c nfs_clvnops.c nfsmount.h nfsnode.h Log: SVN rev 203303 on 2010-01-31 19:12:24Z by rmacklem 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. MFC after: 2 weeks Revision Changes Path 1.9 +18 -4 src/sys/fs/nfsclient/nfs_clvfsops.c 1.18 +114 -54 src/sys/fs/nfsclient/nfs_clvnops.c 1.3 +5 -0 src/sys/fs/nfsclient/nfsmount.h 1.2 +1 -0 src/sys/fs/nfsclient/nfsnode.h