From owner-cvs-src-old@FreeBSD.ORG Thu Feb 26 19:08:43 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 BED4810657CC for ; Thu, 26 Feb 2009 19:08:43 +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 91B818FC0A for ; Thu, 26 Feb 2009 19:08:43 +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 n1QJ8h3o021920 for ; Thu, 26 Feb 2009 19:08:43 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1QJ8hwg021919 for cvs-src-old@freebsd.org; Thu, 26 Feb 2009 19:08:43 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200902261908.n1QJ8hwg021919@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Thu, 26 Feb 2009 19:08:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/nfsclient nfs_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: Thu, 26 Feb 2009 19:08:44 -0000 jhb 2009-02-26 19:08:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/nfsclient nfs_vnops.c Log: SVN rev 189083 on 2009-02-26 19:08:24Z by jhb MFC: Don't clear the attribute cache of a file when it is closed. Revision Changes Path 1.258.2.18 +0 -7 src/sys/nfsclient/nfs_vnops.c