diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-05-21 11:25:20 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-21 11:25:28 +0200 |
commit | fd5d8bf03a9843ec3cdb10c820f409aa04048b52 (patch) | |
tree | 6a8913b4daaba3ab3b3dca6ad2a91cf63f035db0 /arch/s390/kernel/syscalls.S | |
parent | 85ee32d02901bfd2e287ac669709758e04d73c4d (diff) | |
download | talos-op-linux-fd5d8bf03a9843ec3cdb10c820f409aa04048b52.tar.gz talos-op-linux-fd5d8bf03a9843ec3cdb10c820f409aa04048b52.zip |
[S390] Wire up sys_utimensat.
Wire up sys_utimensat, reserve syscall number for sys_fallocate and
add a couple of syscalls to the ignore list to get rid of warings.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/syscalls.S')
-rw-r--r-- | arch/s390/kernel/syscalls.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/kernel/syscalls.S b/arch/s390/kernel/syscalls.S index cd8d321cd0c2..1aeae6d83943 100644 --- a/arch/s390/kernel/syscalls.S +++ b/arch/s390/kernel/syscalls.S @@ -322,3 +322,5 @@ NI_SYSCALL /* 310 sys_move_pages */ SYSCALL(sys_getcpu,sys_getcpu,sys_getcpu_wrapper) SYSCALL(sys_epoll_pwait,sys_epoll_pwait,compat_sys_epoll_pwait_wrapper) SYSCALL(sys_utimes,sys_utimes,compat_sys_utimes_wrapper) +NI_SYSCALL /* 314 sys_fallocate */ +SYSCALL(sys_utimensat,sys_utimensat,compat_sys_utimensat_wrapper) /* 315 */ |