From 12346037a71809197b22e223c3a719190a26172d Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Fri, 6 May 2011 21:23:25 +0300 Subject: [PATCH] UBIFS: dump more in the lprops debugging check Signed-off-by: Artem Bityutskiy --- fs/ubifs/lprops.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fs/ubifs/lprops.c b/fs/ubifs/lprops.c index 77c541b..667884f 100644 --- a/fs/ubifs/lprops.c +++ b/fs/ubifs/lprops.c @@ -1108,6 +1108,10 @@ static int scan_check_cb(struct ubifs_info *c, sleb = ubifs_scan(c, lnum, 0, buf, 0); if (IS_ERR(sleb)) { ret = PTR_ERR(sleb); + if (ret == -EUCLEAN) { + dbg_dump_lprops(c); + dbg_dump_budg(c, &c->bi); + } goto out; } -- 2.7.4