ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs
authorJan Kara <jack@suse.cz>
Fri, 31 May 2013 23:38:56 +0000 (19:38 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jul 2013 01:19:01 +0000 (18:19 -0700)
commitee324d3e345d68772a6d0dc794759be39926e63d
tree65408319e7ddf1fca42b6d69e04305b82dfb8b70
parent7b1648b7dc2f1954a3492e5127a4b6a408814964
ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs

commit a60697f411eb365fb09e639e6f183fe33d1eb796 upstream.

On 32-bit architectures with 32-bit sector_t computation of data offset
in ext4_xattr_fiemap() can overflow resulting in reporting bogus data
location. Fix the problem by typing block number to proper type before
shifting.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/extents.c