From e9f77b2ff058c66d04819709fa9de97898f5f332 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 11 Jan 2015 03:15:24 +0300 Subject: [PATCH] s390: fix fadvise64 and fadvise64_64 syscall entries * linux/s390/syscallent.h (fadvise64, fadvise64_64): Change sys_func to printargs until special parsers for 31-bit 31 s390 emulation wrappers are written. --- linux/s390/syscallent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index 4dabfc61..bf0cd8b0 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -281,7 +281,7 @@ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 250 */ { 4, TD, sys_epoll_wait, "epoll_wait" }, /* 251 */ { 1, 0, sys_set_tid_address, "set_tid_address"}, /* 252 */ - { 5, TD, sys_fadvise64, "fadvise64" }, /* 253 */ + { 5, TD, printargs, "fadvise64" }, /* 253 */ { 3, 0, sys_timer_create, "timer_create" }, /* 254 */ { 4, 0, sys_timer_settime, "timer_settime" }, /* 255 */ { 2, 0, sys_timer_gettime, "timer_gettime" }, /* 256 */ @@ -292,7 +292,7 @@ { 2, 0, sys_clock_getres, "clock_getres" }, /* 261 */ { 4, 0, sys_clock_nanosleep, "clock_nanosleep"}, /* 262 */ { 5, 0, sys_vserver, "vserver" }, /* 263 */ - { 5, TD, printargs, "fadvise64_64" }, /* 264 */ + { 1, TD, printargs, "fadvise64_64" }, /* 264 */ { 3, TF, sys_statfs64, "statfs64" }, /* 265 */ { 3, TD, sys_fstatfs64, "fstatfs64" }, /* 266 */ { 5, TM|SI, sys_remap_file_pages, "remap_file_pages"}, /* 267 */ -- 2.40.0