From: Stephen Hemminger Date: Wed, 6 Jan 2010 23:45:55 +0000 (-0800) Subject: genhd: overlapping variable definition X-Git-Tag: v2.6.33-rc5~8^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af92f8754b87bc78cbfd447d5f4096b25c46682;p=pandora-kernel.git genhd: overlapping variable definition This fixes the sparse warning: fs/ext4/super.c:2390:40: warning: symbol 'i' shadows an earlier one fs/ext4/super.c:2368:22: originally declared here Using 'i' in a macro is dubious practice. Signed-off-by: Stephen Hemminger Signed-off-by: Jens Axboe --- Reading git-diff-tree failed