Re: [PATCH 1/3 v2] chunkd: remove sendfile(2) zero-copy support

2010-07-18 Thread Jeff Garzik
On 07/18/2010 07:10 PM, Jeff Garzik wrote: On 07/17/2010 11:45 PM, Steven Dake wrote: On 07/16/2010 10:46 PM, Jeff Garzik wrote: chunkd: remove sendfile(2) zero-copy support chunkd will be soon checksumming data in main memory. That removes the utility of a zero-copy interface which bypasses t

Re: [PATCH 1/3 v2] chunkd: remove sendfile(2) zero-copy support

2010-07-18 Thread Jeff Garzik
On 07/17/2010 11:45 PM, Steven Dake wrote: On 07/16/2010 10:46 PM, Jeff Garzik wrote: chunkd: remove sendfile(2) zero-copy support chunkd will be soon checksumming data in main memory. That removes the utility of a zero-copy interface which bypasses the on-heap data requirement. Signed-off-by:

Re: [PATCH 1/3 v2] chunkd: remove sendfile(2) zero-copy support

2010-07-17 Thread Steven Dake
On 07/16/2010 10:46 PM, Jeff Garzik wrote: chunkd/be-fs.c | 60 chunkd/chunkd.h | 14 - chunkd/object.c | 31 chunkd/server.c | 28 -- configure.ac|3