* Jens Axboe (jens@xxxxxxxx) wrote: > 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@xxxxxxxxxxxx> > > CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> > > CC: Ingo Molnar <mingo@xxxxxxx> > > CC: Jens Axboe <axboe@xxxxxxxxx> > > CC: linux-kernel@xxxxxxxxxxxxxxx > > CC: Greg KH <greg@xxxxxxxxx> > > --- > > 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. I've been wondering about this one, but thought it would be better to let you decide on opening up the symbol more than with _GPL. Will do! Thanks, Mathieu -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel