From 7c2192276b71e59af39118c3866953e71071458d Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Sun, 22 Aug 2010 21:27:30 +0300 Subject: [PATCH] --- yaml --- r: 213007 b: refs/heads/master c: 3a8fa0ed3e1a8dc54f9297d2a2292b87e03e21b5 h: refs/heads/master i: 213005: dc93e2f1761fe45e500684954c078a8b5aa2dd0e 213003: be5172c39db5940ce1323f5921b286ab126c07f6 212999: 04f308ef4cb6a55ee3804ce70f478850ec9f1c3d 212991: 0c478d4f5473aabada2e4f738739d42a1a13a2eb v: v3 --- [refs] | 2 +- trunk/fs/ubifs/io.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6e29b86d2825..ed652ba337df 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3bb66b47a4268a4419594b4c4aec58dbeb6b58d2 +refs/heads/master: 3a8fa0ed3e1a8dc54f9297d2a2292b87e03e21b5 diff --git a/trunk/fs/ubifs/io.c b/trunk/fs/ubifs/io.c index bcf5a16f30bb..9432431bf595 100644 --- a/trunk/fs/ubifs/io.c +++ b/trunk/fs/ubifs/io.c @@ -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;