[PATCH 4/8 v4] vfs: export do_splice_direct() to modules

From: Miklos Szeredi
Date: Tue Oct 26 2010 - 06:51:16 EST


From: Miklos Szeredi <mszeredi@xxxxxxx>

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

Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx>
---
fs/splice.c | 1 +
1 file changed, 1 insertion(+)

Index: linux-2.6/fs/splice.c
===================================================================
--- linux-2.6.orig/fs/splice.c 2010-10-26 11:29:16.000000000 +0200
+++ linux-2.6/fs/splice.c 2010-10-26 11:29:27.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,

--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/