Re: [PATCH v2] Add preadv and pwritev system calls.

From: Scott Lurndal
Date: Fri Dec 12 2008 - 13:44:49 EST


On Fri, Dec 12, 2008 at 05:02:05PM +0100, Gerd Hoffmann wrote:
> Matthew Wilcox wrote:
> > On the other hand, NetBSD have approximately 0% market share.
> > We shouldn't let them lock us into making a bad decision. Is there
> > anyone other than NetBSD who has added these syscalls?
>
> Free- and OpenBSD have it too. For Solaris I've found a feature request
> only. Dunno about MacOS/Darwin. Other un*xes which are important these
> days?
>
> I'd *really* hate it to have the same system call with different
> argument ordering on different systems though. Especially when swapping
> two integer values, so gcc wouldn't error out on wrong usage.

I would suggest that from the end-users perspective, the user-mode API
should be similar to pread/pwrite, e.g:

int preadv(fd, iovec, iovec_size, offset)

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