git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566370a
)
ext4: fix data offset overflow on 32-bit archs in ext4_inline_data_fiemap()
author
Jan Kara
<jack@suse.cz>
Fri, 31 May 2013 23:33:42 +0000
(19:33 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 31 May 2013 23:33:42 +0000
(19:33 -0400)
On 32-bit archs when sector_t is defined as 32-bit the logic computing
data offset in ext4_inline_data_fiemap(). Fix that by properly typing
the shifted value.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
No differences found