K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-05-06T04:47:43.000000Z K 7 svn:log V 375 Hold the currently selected vnode's lock across the call to VOP_GETVOBJECT. Don't try to create a vm object before the file system has a chance to finish initializing it. This is incorrect for a number of reasons. Firstly, that VOP requires a lock which the file system may not have initialized yet. Also, open and others will create a vm object if it is necessary later. END