Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329048
b: refs/heads/master
c: db0f896
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy committed Aug 22, 2012
1 parent 3707aaf commit aafafb7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c45640d87b8272e85d19147dad914a6b82e51370
refs/heads/master: db0f89690639ac1d5f89c0dd9713c2e83dd37281
6 changes: 0 additions & 6 deletions trunk/fs/ubifs/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);

Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/ubifs/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aafafb7

Please sign in to comment.