Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155302
b: refs/heads/master
c: 086b364
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Jul 9, 2009
1 parent 288782d commit 55e2ebd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8f6035732a0484a84a1c9cd85312de234ddaa309
refs/heads/master: 086b3640c10ab448a6993c4bae1508f496f530c4
6 changes: 3 additions & 3 deletions trunk/fs/ubifs/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs,
{
int len;

ubifs_err("corrupted data at LEB %d:%d", lnum, offs);
ubifs_err("corruption at LEB %d:%d", lnum, offs);
if (dbg_failure_mode)
return;
len = c->leb_size - offs;
if (len > 4096)
len = 4096;
if (len > 8192)
len = 8192;
dbg_err("first %d bytes from LEB %d:%d", len, lnum, offs);
print_hex_dump(KERN_DEBUG, "", DUMP_PREFIX_OFFSET, 32, 4, buf, len, 1);
}
Expand Down

0 comments on commit 55e2ebd

Please sign in to comment.