Re: [PATCH] Export symbols for splice in modules

2013-10-08 Thread Christian Ruppert
On Tue, Oct 08, 2013 at 05:52:29AM -0700, Christoph Hellwig wrote: > On Tue, Oct 08, 2013 at 02:38:18PM +0200, Christian Ruppert wrote: > > The symbols splice_to_pipe, splice_grow_spd and splice_shrink_spd are not > > currently exported from the kernel. This prevents the implementation of > > drive

Re: [PATCH] Export symbols for splice in modules

2013-10-08 Thread Christoph Hellwig
On Tue, Oct 08, 2013 at 02:38:18PM +0200, Christian Ruppert wrote: > The symbols splice_to_pipe, splice_grow_spd and splice_shrink_spd are not > currently exported from the kernel. This prevents the implementation of > drivers using splice in modules not statically linked with the kernel. This > pa

[PATCH] Export symbols for splice in modules

2013-10-08 Thread Christian Ruppert
The symbols splice_to_pipe, splice_grow_spd and splice_shrink_spd are not currently exported from the kernel. This prevents the implementation of drivers using splice in modules not statically linked with the kernel. This patch exports those symbols to make it possible to implement splice in kernel