X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Finternal.h;h=68121584ae37d40a074bf81e55184ecb1674d882;hb=48cc051f29814e8c8d4498a4fb99204fa31e30e2;hp=eaa75f75b625c572ec6e75650b3e6fb89d715a4a;hpb=6019958d146a4f127dae727a930f902c92531e6e;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/internal.h b/fs/internal.h index eaa75f75b625..68121584ae37 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -131,6 +131,12 @@ extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); */ extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *); +/* + * splice.c + */ +extern long do_splice_direct(struct file *in, loff_t *ppos, struct file *out, + loff_t *opos, size_t len, unsigned int flags); + /* * pipe.c */