|
@@ -1311,17 +1311,6 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
|
|
|
static int splice_pipe_to_pipe(struct pipe_inode_info *ipipe,
|
|
|
struct pipe_inode_info *opipe,
|
|
|
size_t len, unsigned int flags);
|
|
|
-/*
|
|
|
- * After the inode slimming patch, i_pipe/i_bdev/i_cdev share the same
|
|
|
- * location, so checking ->i_pipe is not enough to verify that this is a
|
|
|
- * pipe.
|
|
|
- */
|
|
|
-static inline struct pipe_inode_info *get_pipe_info(struct file *file)
|
|
|
-{
|
|
|
- struct inode *i = file->f_path.dentry->d_inode;
|
|
|
-
|
|
|
- return S_ISFIFO(i->i_mode) ? i->i_pipe : NULL;
|
|
|
-}
|
|
|
|
|
|
/*
|
|
|
* Determine where to splice to/from.
|