lkml.org 
[lkml]   [2010]   [Sep]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 20 Sep 2010 20:04:08 +0200
FromMiklos Szeredi <>
Subject[PATCH 4/7 v3] vfs: export do_splice_direct() to modules
From: Miklos Szeredi <mszeredi@suse.cz>

Export do_splice_direct() to modules. Needed by overlay filesystem.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
---
fs/splice.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-2.6/fs/splice.c
===================================================================
--- linux-2.6.orig/fs/splice.c 2010-08-13 16:07:00.000000000 +0200
+++ linux-2.6/fs/splice.c 2010-08-25 18:59:08.000000000 +0200
@@ -1307,6 +1307,7 @@ long do_splice_direct(struct file *in, l

return ret;
}
+EXPORT_SYMBOL(do_splice_direct);

static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
struct pipe_inode_info *opipe,
--


\
 
 \ /
  Last update: 2010-09-20 20:07    [from the cache]
©2003-2010