[U-Boot] bug in ubifs
Wolfgang Denk
wd at denx.de
Sun Mar 21 00:03:00 CET 2010
Dear tcremel at alphabot.fr,
In message <36396.1264773499 at 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 at 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 at 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
More information about the U-Boot
mailing list