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

splitting sendfile()


From: "David P. Reese, Jr." <daver@xxxxxxxxxxxx>
Date: 04 Oct 2003 00:53:54 GMT

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/



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