diff options
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 2011-03-16 19:04:23 -0400 |
---|---|---|
committer | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2011-03-16 19:04:23 -0400 |
commit | f199490b85172bd24933b75adf86598b6e858ab5 (patch) | |
tree | 3a5e9be1af1883179b65475fe783a09963a30487 /fs | |
parent | a04d1a471c6e498abaf826de24d01f35296868b3 (diff) |
splice-support-modules
Splice and pipe : export pipe buf operations for GPL modules
LTTng splice transport use the generic pipe and splice operations from a GPL
module.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
CC: Jens Axboe <axboe@kernel.dk>
CC: Linus Torvalds <torvalds@osdl.org>
CC: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/splice.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/splice.c b/fs/splice.c index 50a5d978da1..e76aac5c993 100644 --- a/fs/splice.c +++ b/fs/splice.c @@ -259,6 +259,7 @@ ssize_t splice_to_pipe(struct pipe_inode_info *pipe, return ret; } +EXPORT_SYMBOL_GPL(splice_to_pipe); static void spd_release_page(struct splice_pipe_desc *spd, unsigned int i) { |