From: Zhao Hongjiang Date: Mon, 29 Oct 2012 07:28:07 +0000 (+0800) Subject: ext3: get rid of the duplicate code on ext3_fill_super X-Git-Tag: v3.8-rc1~80^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=195c0f96f0f96da317e22c9851a7ecc1a541f9ad;p=pandora-kernel.git ext3: get rid of the duplicate code on ext3_fill_super Setting s_mount_opt to 0 is unnecessary because we use kzalloc() for sb allocation. s_resuid and s_resgid are set again few lines below based on values in on disk superblock. Signed-off-by: Zhao Hongjiang Signed-off-by: Jan Kara --- Reading git-diff-tree failed