vfs: vfs: Define new syscalls preadv2,pwritev2
authorMilosz Tanski <milosz@adfin.com>
Thu, 3 Mar 2016 15:03:59 +0000 (16:03 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Mar 2016 17:20:10 +0000 (12:20 -0500)
commitf17d8b35452cab31a70d224964cd583fb2845449
tree7d34a6b279d7546bb17d417eee80991f648e846c
parent793b80ef14af56d20c998265287648ad34239b6f
vfs: vfs: Define new syscalls preadv2,pwritev2

New syscalls that take an flag argument.   No flags are added yet in this
patch.

Signed-off-by: Milosz Tanski <milosz@adfin.com>
[hch: rebased on top of my kiocb changes]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Stephen Bates <stephen.bates@pmcs.com>
Tested-by: Stephen Bates <stephen.bates@pmcs.com>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c
include/linux/compat.h
include/linux/syscalls.h