ubifsmount fails due to not initialized list
authorStefano Babic <sbabic@denx.de>
Wed, 21 Apr 2010 07:47:19 +0000 (09:47 +0200)
committerStefan Roese <sr@denx.de>
Wed, 28 Apr 2010 08:00:13 +0000 (10:00 +0200)
commit68651683593958cedcdfb9d06a5fe0a524f8dd6e
tree1e159de423c7254085b8bdabe4365a42e4b406f4
parent3699c28e6d16b563629c285311a0ce62a2c4c5d0
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>
Signed-off-by: Stefan Roese <sr@denx.de>
fs/ubifs/super.c