diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-06 21:23:25 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-16 10:31:39 +0300 |
commit | 12346037a71809197b22e223c3a719190a26172d (patch) | |
tree | cdb04727a8e602ecde96f4e91be453313e48864b /fs/ubifs/lprops.c | |
parent | 34bdc3e2578cae3162e481203a2980d55e184a73 (diff) | |
download | linux-12346037a71809197b22e223c3a719190a26172d.tar.gz linux-12346037a71809197b22e223c3a719190a26172d.tar.bz2 linux-12346037a71809197b22e223c3a719190a26172d.zip |
UBIFS: dump more in the lprops debugging check
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs/lprops.c')
-rw-r--r-- | fs/ubifs/lprops.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ubifs/lprops.c b/fs/ubifs/lprops.c index 77c541be6ffc..667884f4a615 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; } |