mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-22 18:22:42 +00:00
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>
This commit is contained in:
parent
725d26d3f0
commit
bba907433b
1 changed files with 22 additions and 27 deletions
Loading…
Add table
Add a link
Reference in a new issue