mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-13 05:54:23 +08:00
UBIFS: print useful debugging messages when cannot recover gc_lnum
If we fail to recover the gc_lnum we just return an error and it then it is difficult to figure out why this happened. This patch adds useful debugging information which should make it easier to debug the failure. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
This commit is contained in:
parent
bcdca3e10a
commit
6d5904e062
@ -1177,6 +1177,8 @@ find_free:
|
||||
lnum = ubifs_find_free_leb_for_idx(c);
|
||||
if (lnum < 0) {
|
||||
dbg_err("could not find an empty LEB");
|
||||
dbg_dump_lprops(c);
|
||||
dbg_dump_budg(c, &c->bi);
|
||||
return lnum;
|
||||
}
|
||||
/* And reset the index flag */
|
||||
|
Loading…
Reference in New Issue
Block a user