From owner-cvs-src-old@FreeBSD.ORG Fri Nov 5 02:12:33 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 08F5E10656C4 for ; Fri, 5 Nov 2010 02:12:33 +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 E95788FC13 for ; Fri, 5 Nov 2010 02:12:32 +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 oA52CWfF061375 for ; Fri, 5 Nov 2010 02:12:32 GMT (envelope-from rmacklem@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA52CW9m061374 for cvs-src-old@freebsd.org; Fri, 5 Nov 2010 02:12:32 GMT (envelope-from rmacklem@repoman.freebsd.org) Message-Id: <201011050212.oA52CW9m061374@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rmacklem@repoman.freebsd.org using -f From: Rick Macklem Date: Fri, 5 Nov 2010 02:12:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Fri, 05 Nov 2010 02:12:33 -0000 rmacklem 2010-11-05 02:12:18 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfs nfsclstate.h sys/fs/nfsclient nfs_clstate.c Log: SVN rev 214819 on 2010-11-05 02:12:18Z by rmacklem MFC: r214406 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. Revision Changes Path 1.1.2.4 +1 -0 src/sys/fs/nfs/nfsclstate.h 1.7.2.12 +23 -22 src/sys/fs/nfsclient/nfs_clstate.c