From owner-cvs-src-old@FreeBSD.ORG Thu Jul 15 19:22:12 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 738D51065686 for ; Thu, 15 Jul 2010 19:22:12 +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 61AFC8FC15 for ; Thu, 15 Jul 2010 19:22:12 +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 o6FJMCvm092436 for ; Thu, 15 Jul 2010 19:22:12 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6FJMC3b092435 for cvs-src-old@freebsd.org; Thu, 15 Jul 2010 19:22:12 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201007151922.o6FJMC3b092435@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 15 Jul 2010 19:21:48 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clvnops.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: Thu, 15 Jul 2010 19:22:12 -0000 jhb 2010-07-15 19:21:48 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clvnops.c Log: SVN rev 210135 on 2010-07-15 19:21:48Z by jhb Merge 208603, 209946, and 209948 to the new NFS client: Move attribute cache flushes from VOP_OPEN() to VOP_LOOKUP() to provide more graceful recovery for stale filehandles and eliminate the need for conditionally clearing the attribute cache in the !NMODIFIED case in VOP_OPEN(). Reviewed by: rmacklem MFC after: 2 weeks Revision Changes Path 1.22 +33 -11 src/sys/fs/nfsclient/nfs_clvnops.c