commit | e412ac4971d27ea84f3d63ce425c6ab2d6a67f23 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jun 20 12:23:30 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Jun 20 14:27:25 2007 -0700 |
tree | e73b08d0114f5cc63ad8f44f4e11434abc8f642f | |
parent | 7c8545e98468c53809fc06788a3b9a34dff05240 [diff] |
x86_64: Fix readahead/sync_file_range/fadvise64 compat calls 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>