[CRIU] [PATCH 2/2] arm: added the description of the syscall vmsplice

Alexander Kartashov alekskartashov at parallels.com
Mon Mar 4 01:21:12 EST 2013


Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
 arch/arm/syscall.def |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index ce175f3..49232df 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)
-- 
1.7.10.4



More information about the CRIU mailing list