Date: Wed, 27 May 2009 19:41:29 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clnode.c Message-ID: <200905271941.n4RJfivD072414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-05-27 19:41:29 UTC FreeBSD src repository Modified files: sys/fs/nfsclient nfs_clnode.c Log: SVN rev 192928 on 2009-05-27 19:41:29Z by rmacklem Fix handling of NFSv4 Close operations in ncl_inactive(). Only do them for NFSv4 and flush writes to the server before doing the Close(s), as required. Also, use the a_td argument instead of curthread. Approved by: kib (mentor) Revision Changes Path 1.3 +13 -7 src/sys/fs/nfsclient/nfs_clnode.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905271941.n4RJfivD072414>