]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/splice.h
Revert "UBUNTU: SAUCE: Import aufs driver"
[mirror_ubuntu-bionic-kernel.git] / include / linux / splice.h
index 19789fbea56755df030d06c3651caf4f537155c5..74b4911ac16dd227921dc0a84acbe83287acba2a 100644 (file)
@@ -87,10 +87,4 @@ extern void splice_shrink_spd(struct splice_pipe_desc *);
 
 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
 extern const struct pipe_buf_operations default_pipe_buf_ops;
-
-extern long do_splice_from(struct pipe_inode_info *pipe, struct file *out,
-                          loff_t *ppos, size_t len, unsigned int flags);
-extern long do_splice_to(struct file *in, loff_t *ppos,
-                        struct pipe_inode_info *pipe, size_t len,
-                        unsigned int flags);
 #endif