Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213007
b: refs/heads/master
c: 3a8fa0e
h: refs/heads/master
i:
  213005: dc93e2f
  213003: be5172c
  212999: 04f308e
  212991: 0c478d4
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Aug 30, 2010
1 parent 29e69a2 commit 7c21922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3bb66b47a4268a4419594b4c4aec58dbeb6b58d2
refs/heads/master: 3a8fa0ed3e1a8dc54f9297d2a2292b87e03e21b5
3 changes: 2 additions & 1 deletion trunk/fs/ubifs/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,8 @@ int ubifs_read_node(const struct ubifs_info *c, void *buf, int type, int len,
return 0;

out:
ubifs_err("bad node at LEB %d:%d", lnum, offs);
ubifs_err("bad node at LEB %d:%d, LEB mapping status %d", lnum, offs,
ubi_is_mapped(c->ubi, lnum));
dbg_dump_node(c, buf);
dbg_dump_stack();
return -EINVAL;
Expand Down

0 comments on commit 7c21922

Please sign in to comment.