Re: [U-Boot] Failure in ubifsmount

2010-04-21 Thread Stefan Roese
Hi Stefano, On Tuesday 20 April 2010 16:52:13 Stefano Babic wrote: > it seems I have found an unitialized variable when I run ubifsmount on > an ARM board. > > The problem arises during the sget() function when the "type" of > filesystem is added to the superblock list, at the following line: >

[U-Boot] Failure in ubifsmount

2010-04-20 Thread Stefano Babic
Hi, it seems I have found an unitialized variable when I run ubifsmount on an ARM board. The problem arises during the sget() function when the "type" of filesystem is added to the superblock list, at the following line: list_add(&s->s_instances, &type->fs_supers); I have checked that f