From: Aneesh Kumar K.V Date: Sat, 14 Feb 2009 15:31:16 +0000 (-0500) Subject: ext4: Initialize preallocation list_head's properly X-Git-Tag: v2.6.29-rc6~89^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d794bf8e0936dce45104565cd48c571061f4c1e3;p=pandora-kernel.git ext4: Initialize preallocation list_head's properly When creating a new ext4_prealloc_space structure, we have to initialize its list_head pointers before we add them to any prealloc lists. Otherwise, with list debug enabled, we will get list corruption warnings. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed