]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/journal.c
ocfs2: Move slot map access into slot_map.c
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / journal.c
index f31c7e8c19c32bf091117a8fbd114b69c200f7ae..c2e654ee703a44b9b9b8b965770badf82948ce93 100644 (file)
@@ -1123,8 +1123,7 @@ static int ocfs2_recover_node(struct ocfs2_super *osb,
 
        /* Likewise, this would be a strange but ultimately not so
         * harmful place to get an error... */
-       ocfs2_clear_slot(si, slot_num);
-       status = ocfs2_update_disk_slots(osb, si);
+       status = ocfs2_clear_slot(osb, slot_num);
        if (status < 0)
                mlog_errno(status);