teach sendfile(2) to handle send-to-pipe directly
[sfrench/cifs-2.6.git] / fs / splice.c
index 74f968c65a9382011202acb781d311f3dfd4e34b..b06846f1e6ee2a2d612cd772753b239c0b3a5dc7 100644 (file)
@@ -1002,7 +1002,7 @@ static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
                               struct pipe_inode_info *opipe,
                               size_t len, unsigned int flags);
 
-static long splice_file_to_pipe(struct file *in,
+long splice_file_to_pipe(struct file *in,
                         struct pipe_inode_info *opipe,
                         loff_t *offset,
                         size_t len, unsigned int flags)