aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorJan Kara <[email protected]>2013-05-31 23:39:56 +0000
committerTheodore Ts'o <[email protected]>2013-05-31 23:39:56 +0000
commit8af8eecc1331dbf5e8c662022272cf667e213da5 (patch)
tree5018c3e8f6af0027254a8e9276503597fffb4fa9 /fs/jbd2/commit.c
parentext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs (diff)
downloadkernel-8af8eecc1331dbf5e8c662022272cf667e213da5.tar.gz
kernel-8af8eecc1331dbf5e8c662022272cf667e213da5.zip
ext4: fix overflow when counting used blocks on 32-bit architectures
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 <[email protected]> Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions