K 10 svn:author V 7 iedowse K 8 svn:date V 27 2002-10-27T23:23:51.000000Z K 7 svn:log V 345 Fix a case in kern_rename() where a vn_finished_write() call was missed. This bug has been present since the vn_start_write() and vn_finished_write() calls were first added in revision 1.159. When the case is triggered, any attempts to create snapshots on the filesystem will deadlock and also prevent further write activity on that filesystem. END