K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-10-23T19:09:01.000000Z K 7 svn:log V 253 o vn_open() fails to call VOP_CLOSE() if vfs_object_create fails. Ideally all successful calls to VOP_OPEN() might be reflected in a call to VOP_CLOSE(). For now, simply add a comment reflecting this problem; this should be fixed at some point. END