From: Christoph Hellwig Date: Thu, 16 Aug 2007 05:38:19 +0000 (+1000) Subject: [XFS] fix sparse shadowed variable warnings X-Git-Tag: v2.6.23-rc6~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265c1fac38e37e828df09965406e9cc20bfa3588;p=pandora-kernel.git [XFS] fix sparse shadowed variable warnings - in xfs_probe_cluster rename the inner len to pg_len. There's no harm here because the outer len isn't used after the inner len comes into existence but it keeps the code clean. - in xfs_da_do_buf remove the inner i because they don't overlap and they are both the same type. SGI-PV: 968555 SGI-Modid: xfs-linux-melb:xfs-kern:29311a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed