Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be186cc4 authored by shengyong's avatar shengyong Committed by Richard Weinberger
Browse files

UBIFS: print verbose message when rescanning a corrupted node



This is a trivial fix of showing verbose message when leb-recovery detects
a corrupted node, which is not the last one in the LEB. Rescan expects to
show more detail of the corrupted node.

Reviewed-by: default avatarDongsheng Yang <yangds.fnst@cn.fujitsu.com>
Signed-off-by: default avatarSheng Yong <shengyong1@huawei.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 8f6983ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -789,7 +789,7 @@ struct ubifs_scan_leb *ubifs_recover_leb(struct ubifs_info *c, int lnum,
corrupted_rescan:
corrupted_rescan:
	/* Re-scan the corrupted data with verbose messages */
	/* Re-scan the corrupted data with verbose messages */
	ubifs_err(c, "corruption %d", ret);
	ubifs_err(c, "corruption %d", ret);
	ubifs_scan_a_node(c, buf, len, lnum, offs, 1);
	ubifs_scan_a_node(c, buf, len, lnum, offs, 0);
corrupted:
corrupted:
	ubifs_scanned_corruption(c, lnum, offs, buf);
	ubifs_scanned_corruption(c, lnum, offs, buf);
	err = -EUCLEAN;
	err = -EUCLEAN;