Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
expost do_splice_from
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Duklas authored and hyperb1iss committed Jun 21, 2010
1 parent 1c91e59 commit 7f7380c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ long do_splice_from(struct pipe_inode_info *pipe, struct file *out,

return splice_write(pipe, out, ppos, len, flags);
}
EXPORT_SYMBOL(do_splice_from);

/*
* Attempt to initiate a splice from a file to a pipe.
Expand Down

0 comments on commit 7f7380c

Please sign in to comment.