K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2010-10-25T17:05:14.477464Z K 7 svn:log V 395 MFC: r213712 Try and make the nfsrv_localunlock() function in the experimental NFSv4 server more readable. Mostly changes to comments, but a case of >= is changed to >, since == can never happen. Also, I've added a couple of KASSERT()s and a slight optimization, since once the "else if" case happens, subsequent locks in the list can't have any effect. None of these changes fixes a known bug. END