K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-09-27T02:44:30.539562Z K 7 svn:log V 293 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. END