Date: Mon, 27 Sep 2010 02:44:30 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdport.c Message-ID: <201009270244.o8R2ihnw030581@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2010-09-27 02:44:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/fs/nfsserver nfs_nfsdport.c Log: SVN rev 213192 on 2010-09-27 02:44:30Z by rmacklem MFC: r212833 Fix the experimental NFSv4 server so that it performs local VOP_ADVLOCK() unlock operations correctly. It was passing in F_SETLK instead of F_UNLCK as the operation for the unlock case. This only affected operation when local locking (vfs.newnfs.enable_locallocks=1) was enabled. Revision Changes Path 1.15.2.10 +7 -3 src/sys/fs/nfsserver/nfs_nfsdport.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009270244.o8R2ihnw030581>