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:
7c8545e
)
x86_64: Fix readahead/sync_file_range/fadvise64 compat calls
author
Andi Kleen
<ak@suse.de>
Wed, 20 Jun 2007 10:23:30 +0000
(12:23 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 20 Jun 2007 21:27:25 +0000
(14:27 -0700)
Correctly convert the u64 arguments from 32bit to 64bit.
Pointed out by Heiko Carstens.
I guess this proves Linus' theory that nobody uses the more exotic Linux
specific syscalls. It wasn't discovered by a user.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found