From: Theodore Ts'o Date: Sun, 25 Jun 2006 12:47:50 +0000 (-0700) Subject: [PATCH] ext2: clean up dead code from mount code X-Git-Tag: v2.6.18-rc1~987 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f16fdadba28add689b567cf03c21dd6dec8e43be;p=pandora-kernel.git [PATCH] ext2: clean up dead code from mount code The variable i is guaranteed to be the same as db_count given the previous for loop. So get rid of it since it's dead code. Signed-off-by: "Theodore Ts'o" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed