Subject: Re: Sample splice(2) via kcont(9), work-in-progress towards
To: None <jonathan@dsg.stanford.edu>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/16/2005 07:20:42
hi,

> >+375	STD		{ int sys_splice(int fd1, int fd2); }
> >+376     STD		{ int sys_sendfile(int fd, int s, off_t offset, size_t 
> >nbytes, \
> >+                                void *hdtr, off_t *sbytes, int flags); }

> Anyone object if I and reserve these two ssycall numbers,
> as UNIMPL for now?

FYI, i added syscall #391 as posix_fadvise on yamt-readahead branch.
given that #375 and #376 are already used for other syscalls and
even how many syscalls you will use is not fixed yet,
i think it won't interfere you.  but i can move it if you want.

YAMAMOTO Takashi