K 10 svn:author V 3 phk K 8 svn:date V 27 2005-02-19T11:44:57.000000Z K 7 svn:log V 351 Try to unbreak the vnode locking around vop_reclaim() (based mostly on patch from kan@). Pull bufobj_invalbuf() out of vinvalbuf() and make g_vfs call it on close. This is not yet a generally safe function, but for this very specific use it is safe. This solves the problem with buffers not being flushed by unmount or after failed mount attempts. END