From owner-cvs-src-old@FreeBSD.ORG Tue Oct 26 23:18:46 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 6C6B91065693 for ; Tue, 26 Oct 2010 23:18:46 +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 59CB78FC17 for ; Tue, 26 Oct 2010 23:18:46 +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 o9QNIkwI036054 for ; Tue, 26 Oct 2010 23:18:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9QNIkXK036053 for cvs-src-old@freebsd.org; Tue, 26 Oct 2010 23:18:46 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201010262318.o9QNIkXK036053@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Tue, 26 Oct 2010 23:18:37 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/fs/nfs nfsclstate.h src/sys/fs/nfsclient nfs_clstate.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: Tue, 26 Oct 2010 23:18:46 -0000 rmacklem 2010-10-26 23:18:37 UTC FreeBSD src repository Modified files: sys/fs/nfs nfsclstate.h sys/fs/nfsclient nfs_clstate.c Log: SVN rev 214406 on 2010-10-26 23:18:37Z by rmacklem Add a flag to the experimental NFSv4 client to indicate when delegations are being returned for reasons other than a Recall. Also, re-organize nfscl_recalldeleg() slightly, so that it leaves clearing NMODIFIED to the ncl_flush() call and invalidates the attribute cache after flushing. It is hoped that these changes might fix the problem others have seen when using the NFSv4 client with delegations enabled, since I can't reliably reproduce the problem. These changes only affect the client when doing NFSv4 mounts with delegations enabled. MFC after: 10 days Revision Changes Path 1.4 +1 -0 src/sys/fs/nfs/nfsclstate.h 1.18 +23 -22 src/sys/fs/nfsclient/nfs_clstate.c