K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-02-18T00:26:10.000000Z K 7 svn:log V 262 When vn_open() is failing because it cannot allocate a vm object, call VOP_CLOSE() on the vnode, so that VOP_OPEN() and VOP_CLOSE() calls are symmetric in all failure cases. This prevents an 'open' reference from being leaked in that unlikely failure scenario. END