From: Dmitry V. Levin Date: Sat, 10 Jan 2015 05:02:12 +0000 (+0000) Subject: arc: fix fanotify_mark syscall entry X-Git-Tag: v4.10~223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2534cd8a623e295a96eb5803346d2c99cd386258;p=strace arc: fix fanotify_mark syscall entry * linux/arc/syscallent.h (fanotify_mark): Change nargs to 6. --- diff --git a/linux/arc/syscallent.h b/linux/arc/syscallent.h index 6bc9f276..7d4aad93 100644 --- a/linux/arc/syscallent.h +++ b/linux/arc/syscallent.h @@ -251,7 +251,7 @@ { 4, TP, sys_wait4, "wait4" }, /* 260 */ { 4, 0, sys_prlimit64, "prlimit64" }, /* 261 */ { 2, TD, sys_fanotify_init, "fanotify_init" }, /* 262 */ - { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 263 */ + { 6, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 263 */ { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at" }, /* 264 */ { 3, TD, sys_open_by_handle_at, "open_by_handle_at" }, /* 265 */ { 2, 0, sys_clock_adjtime, "clock_adjtime" }, /* 266 */