
21 Mar
2010
21 Mar
'10
12:03 a.m.
Dear tcremel@alphabot.fr,
In message 36396.1264773499@alphabot.fr you wrote:
Some bugs I found while using uboot.
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }in common/cmd_ubifs.c from line 59 add 2 lines ubifs_initialized = 1; }
// tcremel@alphabot.fr : ubifs_mounted is never reset if the
previous mount failed. This bring my system to hang as it tries to unmount a non-existing mount point
ubifs_mounted = 0; ret = ubifs_mount(vol_name); if (ret) return -1;
...
Stefan had asked you to resubmit this (totallyunreadable!) message as
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Man is the best computer we can put aboard a spacecraft ... and the
only one that can be mass produced with unskilled labor.
- Wernher von Braun