diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-20 04:44:52 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-20 17:05:04 +0100 |
commit | 8ccb004677d15ebfd44470e27bc9a399b0e71e4e (patch) | |
tree | 4af18f592b9a1d9889e9131d55958c3dd336c796 /arch/sparc/kernel/systbls.h | |
parent | switch sparc_remap_file_pages() to SYSCALL_DEFINE (diff) | |
download | linux-8ccb004677d15ebfd44470e27bc9a399b0e71e4e.tar.xz linux-8ccb004677d15ebfd44470e27bc9a399b0e71e4e.zip |
convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sparc/kernel/systbls.h')
-rw-r--r-- | arch/sparc/kernel/systbls.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sparc/kernel/systbls.h b/arch/sparc/kernel/systbls.h index 9965273b588b..0ff3da78e09b 100644 --- a/arch/sparc/kernel/systbls.h +++ b/arch/sparc/kernel/systbls.h @@ -87,9 +87,9 @@ long compat_sys_fadvise64_64(int fd, unsigned offhi, unsigned offlo, unsigned lenhi, unsigned lenlo, int advice); -long sys32_sync_file_range(unsigned int fd, - unsigned long off_high, unsigned long off_low, - unsigned long nb_high, unsigned long nb_low, +long compat_sys_sync_file_range(unsigned int fd, + unsigned off_high, unsigned off_low, + unsigned nb_high, unsigned nb_low, unsigned int flags); asmlinkage long compat_sys_fallocate(int fd, int mode, u32 offhi, u32 offlo, u32 lenhi, u32 lenlo); |