Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24833
b: refs/heads/master
c: a0f0678
h: refs/heads/master
i:
  24831: f349d84
v: v3
  • Loading branch information
Jeff Garzik authored and Linus Torvalds committed Mar 31, 2006
1 parent bc25ed5 commit 128b32a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce362c009250340358a7221f3cdb7954cbf19c01
refs/heads/master: a0f067802576d4eb4c65d40b8ee7d6ea3c81dd61
4 changes: 4 additions & 0 deletions trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/pipe_fs_i.h>
#include <linux/mm_inline.h>
#include <linux/swap.h>
#include <linux/module.h>

/*
* Passed to the actors
Expand Down Expand Up @@ -567,6 +568,9 @@ ssize_t generic_splice_sendpage(struct inode *inode, struct file *out,
return move_from_pipe(inode, out, len, flags, pipe_to_sendpage);
}

EXPORT_SYMBOL(generic_file_splice_write);
EXPORT_SYMBOL(generic_file_splice_read);

static long do_splice_from(struct inode *pipe, struct file *out, size_t len,
unsigned int flags)
{
Expand Down

0 comments on commit 128b32a

Please sign in to comment.