UBIFS: rename dumping functions
[profile/ivi/kernel-adaptation-intel-automotive.git] / fs / ubifs / tnc_misc.c
index dc28fe6..15212d6 100644 (file)
@@ -387,7 +387,7 @@ static int read_znode(struct ubifs_info *c, int lnum, int offs, int len,
 
 out_dump:
        ubifs_err("bad indexing node at LEB %d:%d, error %d", lnum, offs, err);
-       dbg_dump_node(c, idx);
+       ubifs_dump_node(c, idx);
        kfree(idx);
        return -EINVAL;
 }
@@ -486,7 +486,7 @@ int ubifs_tnc_read_node(struct ubifs_info *c, struct ubifs_zbranch *zbr,
                          zbr->lnum, zbr->offs);
                dbg_tnck(key, "looked for key ");
                dbg_tnck(&key1, "but found node's key ");
-               dbg_dump_node(c, node);
+               ubifs_dump_node(c, node);
                return -EINVAL;
        }