]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/journal.c
x86: cpa move the flush into set and clear functions
[linux-2.6] / fs / ocfs2 / journal.c
index 8b9ce2a729ab5583ffbc4ab41a6bc500f57bd8d5..f31c7e8c19c32bf091117a8fbd114b69c200f7ae 100644 (file)
@@ -1244,7 +1244,7 @@ static int ocfs2_orphan_filldir(void *priv, const char *name, int name_len,
 
        /* Skip bad inodes so that recovery can continue */
        iter = ocfs2_iget(p->osb, ino,
-                         OCFS2_FI_FLAG_ORPHAN_RECOVERY);
+                         OCFS2_FI_FLAG_ORPHAN_RECOVERY, 0);
        if (IS_ERR(iter))
                return 0;