aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/splice.c')
-rw-r--r--fs/splice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/splice.c b/fs/splice.c
index cc53bd04be8f..3b7ee656f3aa 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1269,6 +1269,7 @@ static int direct_splice_actor(struct pipe_inode_info *pipe,
1269 * @in: file to splice from 1269 * @in: file to splice from
1270 * @ppos: input file offset 1270 * @ppos: input file offset
1271 * @out: file to splice to 1271 * @out: file to splice to
1272 * @opos: output file offset
1272 * @len: number of bytes to splice 1273 * @len: number of bytes to splice
1273 * @flags: splice modifier flags 1274 * @flags: splice modifier flags
1274 * 1275 *