K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-02-15T01:12:15.282745Z K 7 svn:log V 384 Initialize the allocation of variables related to the ext2 allocator. The e2fs_gd struct was not being initialized and garbage was being used for hinting the ext2 allocator variant. Use malloc to clear the values and also initialize e2fs_contigdirs during allocation to keep consistency. While here clean up small style issues. Reported by: Clang static analyser MFC after: 1 week END