Searched hist:"894688431927 c1b73c64860c8aa71463c2593ea2" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | 894688431927c1b73c64860c8aa71463c2593ea2 Fri Apr 27 13:51:23 UTC 2018 Patrice Chotard <patrice.chotard@st.com> UPSTREAM: ubifs: avoid assert failed in ubifs.c
This patch solves assert failed displayed in the console during a boot. The root cause is that the ubifs_inode is not already allocated when ubifs_printdir and ubifs_finddir functions are called.
Trace showing the issue: feed 'boot.scr.uimg', ino 94, new f_pos 0x17b40ece dent->ch.sqnum '7132', creat_sqnum 3886945402880 UBIFS assert failed in ubifs_finddir at 436 INODE ALLOCATION: creat_sqnum '7129' Found U-Boot script /boot.scr.uimg
Change-Id: Ic506a4613d8209f1a01c118c563736915ca3d975 Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit 87deefeccc49756ee33b5c0fb6dbe331dfdff487)
|