diff options
-rw-r--r-- | fs/ubifs/recovery.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ubifs/recovery.c b/fs/ubifs/recovery.c index 3e0eedbe49ce..3d2598deaa58 100644 --- a/fs/ubifs/recovery.c +++ b/fs/ubifs/recovery.c | |||
@@ -1177,6 +1177,8 @@ find_free: | |||
1177 | lnum = ubifs_find_free_leb_for_idx(c); | 1177 | lnum = ubifs_find_free_leb_for_idx(c); |
1178 | if (lnum < 0) { | 1178 | if (lnum < 0) { |
1179 | dbg_err("could not find an empty LEB"); | 1179 | dbg_err("could not find an empty LEB"); |
1180 | dbg_dump_lprops(c); | ||
1181 | dbg_dump_budg(c, &c->bi); | ||
1180 | return lnum; | 1182 | return lnum; |
1181 | } | 1183 | } |
1182 | /* And reset the index flag */ | 1184 | /* And reset the index flag */ |