提交 cfcf0ec8 编写于 作者: A Artem Bityutskiy

UBI: add dump_stack in checking code

I am experiencing an error in 'paranoid_check_volume()'. Add
dump_stack() there to make it easier to identify the reasons
of the error.
Signed-off-by: NArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
上级 ffb6b7e4
......@@ -868,6 +868,7 @@ static int paranoid_check_volume(struct ubi_device *ubi, int vol_id)
if (vol)
ubi_dbg_dump_vol_info(vol);
ubi_dbg_dump_vtbl_record(&ubi->vtbl[vol_id], vol_id);
dump_stack();
spin_unlock(&ubi->volumes_lock);
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册