From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/4] vfs: Export new vector IO syscalls (with flags) to userland Date: Fri, 24 Oct 2014 02:38:02 -0700 Message-ID: <20141024093802.GC29178@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Christoph Hellwig , linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-aio-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, Mel Gorman , Volker Lendecke , Tejun Heo , Jeff Moyer , Theodore Ts'o , Al Viro , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Michael Kerrisk To: Milosz Tanski Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Oct 21, 2014 at 04:46:58PM -0400, Milosz Tanski wrote: > This is only for x86_64 and x86. Will add other arch later. Looks good, but I think the patch subject should read something like: x86: wite up preadv2 and pwritev2 in which case you might also get away with an empty description. Please also Cc linux-arch to get the attention of other architecture maintainers for the next repost. Reviewed-by: Christoph Hellwig