From: Artem Bityutskiy Date: Thu, 22 Mar 2012 02:30:06 +0000 (-0400) Subject: ext4: remove useless s_dirt assignment X-Git-Tag: v3.4-rc1~75^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182f514f883abb5f942c94e61c371c4b406352d4;p=pandora-kernel.git ext4: remove useless s_dirt assignment Clean-up ext4 a tiny bit by removing useless s_dirt assignment in 'ext4_fill_super()' because a bit later we anyway call 'ext4_setup_super()' which writes the superblock to the media unconditionally. Signed-off-by: Artem Bityutskiy Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed