summaryrefslogtreecommitdiff
path: root/drivers/net/caif
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2013-05-31 19:39:56 -0400
committerBen Hutchings <ben@decadent.org.uk>2013-07-27 05:34:34 +0100
commit967c9a98626b1e402ab042bd770b7109532f49fb (patch)
treef3f8f870997f5722a48540e79c88ce149163ac2c /drivers/net/caif
parent6dfd19d0d4d5dd081e1312a550ffae6acc85d70a (diff)
downloadkernel-common-967c9a98626b1e402ab042bd770b7109532f49fb.tar.gz
kernel-common-967c9a98626b1e402ab042bd770b7109532f49fb.tar.bz2
kernel-common-967c9a98626b1e402ab042bd770b7109532f49fb.zip
ext4: fix overflow when counting used blocks on 32-bit architectures
commit 8af8eecc1331dbf5e8c662022272cf667e213da5 upstream. The arithmetics adding delalloc blocks to the number of used blocks in ext4_getattr() can easily overflow on 32-bit archs as we first multiply number of blocks by blocksize and then divide back by 512. Make the arithmetics more clever and also use proper type (unsigned long long instead of unsigned long). Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/net/caif')
0 files changed, 0 insertions, 0 deletions