ext4 extents: remove unneeded casts
authorEric Sandeen <sandeen@redhat.com>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
commitbba907433b85ba2adae1bb3b6fd29b4e5f35c468
treee542fa7aa0d8ec783be83a895a02d6e26af9fbf6
parent725d26d3f09ccb5bac4b4293096b985a312a0d67
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 <sandeen@redhat.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/ext4/extents.c