commit | 40bee44eaef91b6030037c8bb47f909181fb1edc | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Mar 21 13:11:02 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 27 08:55:47 2007 +0200 |
tree | 3a11cb3bdc0bd385fddd74bc3e5a871be22bfbf1 | |
parent | 08c72591636829d40bd695d43ec6d2a8191b668b [diff] |
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>