From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathieu.desnoyers@efficios.com (Mathieu Desnoyers) Date: Wed, 30 Nov 2011 13:34:20 -0500 Subject: [lttng-dev] [PATCH 07/15] fs/splice: export splice_to_pipe to modules In-Reply-To: <1322678068-5255-1-git-send-email-mathieu.desnoyers@efficios.com> References: <1322678068-5255-1-git-send-email-mathieu.desnoyers@efficios.com> Message-ID: <1322678068-5255-8-git-send-email-mathieu.desnoyers@efficios.com> LTTng needs this symbol exported because it implements its own splice actor. Exporting to all modules following the general policy of splice.c (this is what other EXPORTs do in this file). Signed-off-by: Mathieu Desnoyers --- fs/splice.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/splice.c b/fs/splice.c index fa2defa..492585d 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(splice_to_pipe); void spd_release_page(struct splice_pipe_desc *spd, unsigned int i) { -- 1.7.5.4