The LTTng driver needs this symbol exported because it implements its own splice actor.
Signed-off-by: Mathieu Desnoyers <[email protected]> CC: Linus Torvalds <[email protected]> CC: Ingo Molnar <[email protected]> CC: Jens Axboe <[email protected]> CC: [email protected] CC: Greg KH <[email protected]> --- fs/splice.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/splice.c b/fs/splice.c index fa2defa..9eb15b5 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -263,6 +263,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe, return ret; } +EXPORT_SYMBOL_GPL(splice_to_pipe); void spd_release_page(struct splice_pipe_desc *spd, unsigned int i) { -- 1.7.5.4 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
