From 195c0f96f0f96da317e22c9851a7ecc1a541f9ad Mon Sep 17 00:00:00 2001 From: Zhao Hongjiang Date: Mon, 29 Oct 2012 15:28:07 +0800 Subject: [PATCH] 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-format-patch failed