Whamcloud - gitweb
Introduce .gitignore files.
[fs/lustre-release.git] / lustre / osd / osd_iam_lfix.c
index 22a60e2..e206bc2 100644 (file)
@@ -41,9 +41,6 @@
  */
 
 #include <linux/types.h>
-#include <linux/jbd.h>
-/* ldiskfs_error() */
-#include <linux/ldiskfs_fs.h>
 #include "osd_internal.h"
 
 /*
@@ -187,7 +184,7 @@ static int iam_lfix_init(struct iam_leaf *l)
 
                 obj = iam_leaf_container(l)->ic_object;
                 CERROR("Wrong magic in node %llu (#%lu): %#x != %#x or "
-                       "wrong count: %i (%i)",
+                       "wrong count: %i (%i)\n",
                        (unsigned long long)l->il_bh->b_blocknr, obj->i_ino,
                        ill->ill_magic, le16_to_cpu(IAM_LEAF_HEADER_MAGIC),
                        count, leaf_count_limit(l));
@@ -749,10 +746,6 @@ struct lfix_leaf {
         memcpy(dst, &__val, sizeof(*(dst)));            \
 })
 
-#include <linux/jbd.h>
-#include <linux/ldiskfs_fs.h>
-#include <linux/ldiskfs_jbd.h>
-
 static void lfix_root(void *buf,
                       int blocksize, int keysize, int ptrsize, int recsize)
 {