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)
commit40bee44eaef91b6030037c8bb47f909181fb1edc
tree3a11cb3bdc0bd385fddd74bc3e5a871be22bfbf1
parent08c72591636829d40bd695d43ec6d2a8191b668b
Export __splice_from_pipe()

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>
fs/splice.c
include/linux/pipe_fs_i.h