From: Guo Chao Date: Mon, 10 Dec 2012 19:06:04 +0000 (-0500) Subject: ext4: remove redundant code in ext4_alloc_inode() X-Git-Tag: v3.8-rc1~89^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a789f49c9272e81f4f52487e94820182d0a2d2ff;p=pandora-kernel.git ext4: remove redundant code in ext4_alloc_inode() inode_init_always() will initialize inode->i_data.writeback_index anyway, no need to do this in ext4_alloc_inode(). Signed-off-by: Guo Chao Signed-off-by: "Theodore Ts'o" Reviewed-by: Lukas Czerner --- Reading git-diff-tree failed