Export __splice_from_pipe()
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 21 Mar 2007 12:11:02 +0000 (13:11 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 27 Mar 2007 06:55:47 +0000 (08:55 +0200)
Ocfs2 wants to implement it's own splice write actor so that it can better
manage cluster / page locks. This lets us re-use the rest of splice write
while only providing our own code where it's actually important.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found