From: Heiko Carstens Date: Sat, 1 Mar 2014 12:09:26 +0000 (+0100) Subject: s390/compat: add sync_file_range and fallocate compat syscalls X-Git-Tag: v3.15-rc1~168^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c81fc4fb41f589454861bbdb90ffde73840b8f8;p=pandora-kernel.git s390/compat: add sync_file_range and fallocate compat syscalls The compat syscall wrappers for sync_file_range and fallocate merged 32 bit parameters into 64 bit parameters. Therefore they did more than just the usual zero and/or sign extension of system call parameters. So convert these two wrappers to full s390 specific compat sytem calls. Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed