Re: int sendfile(int out_fd,int in_fd,off_t* offset,size_t count)

Arjan van de Ven (root@fenrus.demon.nl)
Sat, 14 Aug 1999 14:11:59 +0200


In article <87g11maau8.fsf@deneb.cygnus.qad.org> you wrote:
> mag321 <mag321@263.net> writes:

>> for example,what if out_fd is a non block I/O?

> sendfile sends as many data as possible without blocking. After that,
> it returns `EWOULDBLOCK'.

Are you very sure? Last time I checked, it didn't. (Granted, this was by
looking at the code).

Greetings,
Arjan van de Ven

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