Loading fs/ubifs/debug.c +0 −6 Original line number Diff line number Diff line Loading @@ -305,9 +305,6 @@ void ubifs_dump_node(const struct ubifs_info *c, const void *node) const struct ubifs_ch *ch = node; char key_buf[DBG_KEY_BUF_LEN]; if (dbg_is_tst_rcvry(c)) return; /* If the magic is incorrect, just hexdump the first bytes */ if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { printk(KERN_ERR "Not a node, first %zu bytes:", UBIFS_CH_SZ); Loading Loading @@ -882,9 +879,6 @@ void ubifs_dump_leb(const struct ubifs_info *c, int lnum) struct ubifs_scan_node *snod; void *buf; if (dbg_is_tst_rcvry(c)) return; printk(KERN_ERR "(pid %d) start dumping LEB %d\n", current->pid, lnum); Loading fs/ubifs/scan.c +0 −2 Original line number Diff line number Diff line Loading @@ -240,8 +240,6 @@ void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, int len; ubifs_err("corruption at LEB %d:%d", lnum, offs); if (dbg_is_tst_rcvry(c)) return; len = c->leb_size - offs; if (len > 8192) len = 8192; Loading Loading
fs/ubifs/debug.c +0 −6 Original line number Diff line number Diff line Loading @@ -305,9 +305,6 @@ void ubifs_dump_node(const struct ubifs_info *c, const void *node) const struct ubifs_ch *ch = node; char key_buf[DBG_KEY_BUF_LEN]; if (dbg_is_tst_rcvry(c)) return; /* If the magic is incorrect, just hexdump the first bytes */ if (le32_to_cpu(ch->magic) != UBIFS_NODE_MAGIC) { printk(KERN_ERR "Not a node, first %zu bytes:", UBIFS_CH_SZ); Loading Loading @@ -882,9 +879,6 @@ void ubifs_dump_leb(const struct ubifs_info *c, int lnum) struct ubifs_scan_node *snod; void *buf; if (dbg_is_tst_rcvry(c)) return; printk(KERN_ERR "(pid %d) start dumping LEB %d\n", current->pid, lnum); Loading
fs/ubifs/scan.c +0 −2 Original line number Diff line number Diff line Loading @@ -240,8 +240,6 @@ void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, int len; ubifs_err("corruption at LEB %d:%d", lnum, offs); if (dbg_is_tst_rcvry(c)) return; len = c->leb_size - offs; if (len > 8192) len = 8192; Loading