DragonFly BSD
DragonFly kernel List (threaded) for 2003-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: splitting sendfile()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 3 Oct 2003 20:24:50 -0700 (PDT)

:I'm curious whether I should split sendfile() at this time.  It isn't used
:in the linux emulator and it calls VOP_* functions.  Should I wait until
:work on the namecache and vfs has progressed a bit farther?
:
:If I split it now, it looks like kern_sendfile() will be prototyped as
:follows:
:
:kern_sendfile(struct vnode *vp, struct socket *so, off_t offset,
:	size_t nbytes, struct sf_hdtr *hdtr, off_t *sbytes, int flags);
:
:-- 
:   David P. Reese, Jr.                                     daver@xxxxxxxxxxxx
:                                               http://www.gomerbud.com/daver/

    It's up to you.  If you feel comfortable with the workload then go
    ahead.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]