Merge tag 'tag-chrome-platform-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / fs / splice.c
index d671936d0aad67c2dec46d6bd95a8e7fc6c77df5..4735defc46ee6a9912d4632f5d041f4d76371a30 100644 (file)
@@ -1109,9 +1109,9 @@ static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
 /*
  * Determine where to splice to/from.
  */
-static long do_splice(struct file *in, loff_t __user *off_in,
-                     struct file *out, loff_t __user *off_out,
-                     size_t len, unsigned int flags)
+long do_splice(struct file *in, loff_t __user *off_in,
+               struct file *out, loff_t __user *off_out,
+               size_t len, unsigned int flags)
 {
        struct pipe_inode_info *ipipe;
        struct pipe_inode_info *opipe;