Whamcloud - gitweb
LU-5982 lfsck: not unlock the object repeatedly
[fs/lustre-release.git] / lustre / osd-ldiskfs / osd_iam_lvar.c
index 8223711..1464791 100644 (file)
@@ -407,12 +407,12 @@ static int lvar_init(struct iam_leaf *l)
                 struct inode *obj;
 
                 obj = iam_leaf_container(l)->ic_object;
-                CERROR("Wrong magic in node %llu (#%lu): %#x != %#x or "
-                       "wrong used: %d",
-                       (unsigned long long)l->il_bh->b_blocknr, obj->i_ino,
+               CERROR("Wrong magic in node %llu (#%lu): %#x != %#x or "
+                      "wrong used: %d\n",
+                      (unsigned long long)l->il_bh->b_blocknr, obj->i_ino,
                       le16_to_cpu(head->vlh_magic), IAM_LVAR_LEAF_MAGIC,
-                       used);
-                result = -EIO;
+                      used);
+               result = -EIO;
         }
         return result;
 }