[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ED87C02.6030007@axboe.dk>
Date: Fri, 02 Dec 2011 08:19:30 +0100
From: Jens Axboe <jens@...oe.dk>
To: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
CC: Greg KH <greg@...ah.com>, devel@...verdev.osuosl.org,
lttng-dev@...ts.lttng.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...e.hu>, Jens Axboe <axboe@...nel.dk>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 03/11] fs/splice: export splice_to_pipe to GPL modules
On 2011-12-01 22:41, Mathieu Desnoyers wrote:
> The LTTng driver needs this symbol exported because it implements its
> own splice actor.
>
> Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
> CC: Linus Torvalds <torvalds@...ux-foundation.org>
> CC: Ingo Molnar <mingo@...e.hu>
> CC: Jens Axboe <axboe@...nel.dk>
> CC: linux-kernel@...r.kernel.org
> CC: Greg KH <greg@...ah.com>
> ---
> 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);
The rest of the splice symbols are regular exports, please do the same
for this one. Thanks.
--
Jens Axboe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists