On Tue, Sep 16, 2014 at 03:20:32PM -0400, Jeff Moyer wrote:
> Milosz Tanski <mil...@adfin.com> writes:
> 
> > New syscalls with an extra flag argument. For now all flags except for 0 are
> > not supported.
> 
> The blatant copy-n-paste of the vectored functions bothers me.  I'll
> withold judgement until I've seen your next version of the patch series,
> though.

We could actually implement the non-flags ones based on the flagged ones
at the syscall level, similar to how recv is implemented on top of
recvfrom.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to