Date: Sun, 19 Jun 2011 02:39:02 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clport.c nfs_clvnops.c Message-ID: <201106190239.p5J2dMUQ057233@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-06-19 02:39:02 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/fs/nfsclient nfs_clport.c nfs_clvnops.c
Log:
SVN rev 223287 on 2011-06-19 02:39:02Z by rmacklem
MFC: r222722
Add support for flock(2) locks to the new NFSv4 client. I think this
should be ok, since the client now delays NFSv4 Close operations
until VOP_INACTIVE()/VOP_RECLAIM(). As such, there should be no
risk that the NFSv4 Open is closed while an associated byte range lock
still exists.
Revision Changes Path
1.5.2.17 +4 -1 src/sys/fs/nfsclient/nfs_clport.c
1.13.2.29 +5 -2 src/sys/fs/nfsclient/nfs_clvnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106190239.p5J2dMUQ057233>
