From 80c1925dd975367375baed44f668dd2bb89fd059 Mon Sep 17 00:00:00 2001 From: Alexander Kartashov Date: Mon, 4 Mar 2013 06:21:12 +0000 Subject: [PATCH] arm: added the description of the syscall vmsplice Signed-off-by: Alexander Kartashov Signed-off-by: Pavel Emelyanov --- arch/arm/syscall.def | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def index ce175f357..49232df98 100644 --- a/arch/arm/syscall.def +++ b/arch/arm/syscall.def @@ -71,6 +71,7 @@ restart_syscall 219 0 (void) exit_group 231 248 (int error_code) set_robust_list 273 338 (struct robust_list_head *head, size_t len) get_robust_list 274 339 (int pid, struct robust_list_head **head_ptr, size_t *len_ptr) +vmsplice 278 343 (int fd, const struct iovec *iov, unsigned long nr_segs, unsigned int flags) fanotify_init 300 367 (unsigned int flags, unsigned int event_f_flags) fanotify_mark 301 368 (int fanotify_fd, unsigned int flags, u64 mask, int dfd, const char *pathname) open_by_handle_at 304 371 (int mountdirfd, struct file_handle *handle, int flags)