K 10 svn:author V 8 mckusick K 8 svn:date V 27 2004-02-23T06:56:31.000000Z K 7 svn:log V 266 In the function clear_inodedeps(), a FREE_LOCK() should be called AFTER the call to vn_start_write(), not before it. Otherwise, it is possible to unlock it multiple times if the vn_start_write() fails. Submitted by: Juergen Hannken-Illjes END