From owner-cvs-src-old@FreeBSD.ORG Tue Sep 7 14:30:05 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 69D5510656F6 for ; Tue, 7 Sep 2010 14:30:05 +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 574048FC08 for ; Tue, 7 Sep 2010 14:30:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o87EU596087251 for ; Tue, 7 Sep 2010 14:30:05 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o87EU5l5087250 for cvs-src-old@freebsd.org; Tue, 7 Sep 2010 14:30:05 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201009071430.o87EU5l5087250@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Tue, 7 Sep 2010 14:29:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfsclient nfs_clrpcops.c nfs_clvnops.c nfsnode.h src/sys/nfsclient nfs_vnops.c 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: Tue, 07 Sep 2010 14:30:05 -0000 jhb 2010-09-07 14:29:45 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clrpcops.c nfs_clvnops.c nfsnode.h sys/nfsclient nfs_vnops.c nfsnode.h Log: SVN rev 212293 on 2010-09-07 14:29:45Z by jhb Store the full timestamp when caching timestamps of files and directories for purposes of validating name cache entries. This closes races where two updates to a file or directory within the same second could result in stale entries in the name cache. While here, remove the 'n_expiry' field as it is no longer used. Reviewed by: rmacklem MFC after: 1 week Revision Changes Path 1.13 +1 -2 src/sys/fs/nfsclient/nfs_clrpcops.c 1.27 +8 -8 src/sys/fs/nfsclient/nfs_clvnops.c 1.4 +2 -3 src/sys/fs/nfsclient/nfsnode.h 1.333 +13 -10 src/sys/nfsclient/nfs_vnops.c 1.70 +2 -3 src/sys/nfsclient/nfsnode.h