From: Eric Sandeen Date: Tue, 29 Jan 2008 04:58:27 +0000 (-0500) Subject: ext4 extents: remove unneeded casts X-Git-Tag: v2.6.25-rc1~1166^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba907433b85ba2adae1bb3b6fd29b4e5f35c468;p=pandora-kernel.git ext4 extents: remove unneeded casts There are many casts in extents.c which are not needed, as the variables are already the type of the cast, or are being promoted for no particular reason in printk's. Signed-off-by: Eric Sandeen Signed-off-by: Mingming Cao --- Reading git-diff-tree failed