K 10 svn:author V 3 mjg K 8 svn:date V 27 2018-05-20T04:45:05.884812Z K 7 svn:log V 239 vfs: simplify vop_stdlock/unlock The interlock pointer is non-NULL by definition and the compiler see through that and eliminates the NULL checks. Just remove them from the code as they play no role. No difference in generated assembly. END