From fbc98c23f282cf7e00681282af4cfc793fa2a1c6 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sat, 10 Jan 2015 04:49:42 +0000 Subject: [PATCH] ia64: add fallocate syscall entry * linux/ia64/syscallent.h (fallocate): Add syscall entry. --- linux/ia64/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 48422d99..4d30af9a 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -1094,7 +1094,7 @@ { 4, TD, sys_sync_file_range, "sync_file_range" }, /* 1300 */ { 4, TD, sys_tee, "tee" }, /* 1301 */ { 4, TD, sys_vmsplice, "vmsplice" }, /* 1302 */ - { MA, 0, NULL, NULL }, /* 1303 */ + { 4, TD, sys_fallocate, "fallocate" }, /* 1303 */ { 3, 0, sys_getcpu, "getcpu" }, /* 1304 */ { 6, TD, sys_epoll_pwait, "epoll_pwait" }, /* 1305 */ { MA, 0, NULL, NULL }, /* 1306 */ -- 2.40.0