Date: Fri, 5 Nov 2010 02:12:18 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfsclstate.h src/sys/fs/nfsclient nfs_clstate.c Message-ID: <201011050212.oA52CW9m061374@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011050212.oA52CW9m061374>