ubifsmount fails due to not initialized list
authorStefano Babic <sbabic@denx.de>
Wed, 21 Apr 2010 07:47:19 +0000 (09:47 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 1 May 2010 17:05:19 +0000 (20:05 +0300)
commitff32092ad6420f85a79a44ce77bb141c81117f06
tree781273362a1f0a5297d1c1e82362ee03e79b3dd7
parentbc34149a73cbebb15dbd82a7a4280c3d2cc7babe
ubifsmount fails due to not initialized list

ubifsmount is not working and causes an access with
a pointer set to zero because the ubifs_fs_type
is not initialized correctly.

Signed-off-by: Stefano Babic <sbabic@denx.de>
fs/ubifs/super.c