K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2016-05-26T21:32:16.151245Z K 7 svn:log V 194 MFC: r299514 Fix use-after-free in NFS4 lock test service. Trivial use-after-free where stp was freed too soon in the non-error path. To fix, simply move its release to the end of the routine. END