Date: Tue, 27 Apr 2010 01:00:22 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clstate.c Message-ID: <201004270100.o3R10eGn022540@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-04-27 01:00:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsclient nfs_clstate.c Log: SVN rev 207256 on 2010-04-27 01:00:22Z by rmacklem MFC: r206880 For the experimental NFS client doing an NFSv4 mount, set the NFSCLFLAGS_RECVRINPROG while doing recovery from an expired lease in a manner similar to r206818 for server reboot recovery. This will prevent the function that acquires stateids for I/O operations from acquiring out of date stateids during recovery. Also, fix up mutex locking on the nfsc_flags field. Revision Changes Path 1.7.2.7 +6 -3 src/sys/fs/nfsclient/nfs_clstate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004270100.o3R10eGn022540>