From: Guo Chao Date: Mon, 10 Dec 2012 19:06:04 +0000 (-0500) Subject: ext4: remove redundant initialization in ext4_fill_super() X-Git-Tag: v3.8-rc1~89^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b280c913ee02a1a41b020a74c41584f2fca582a;p=pandora-kernel.git ext4: remove redundant initialization in ext4_fill_super() We use kzalloc() to allocate sbi, no need to zero its field. Signed-off-by: Guo Chao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed