Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25312
b: refs/heads/master
c: 059a8f3
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Apr 2, 2006
1 parent 8a1bbad commit ea92c1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2b39fa478db6db89b7ccafb0649973845b0eb75
refs/heads/master: 059a8f3734a66cb2c41731083b0cbf836721485b
7 changes: 5 additions & 2 deletions trunk/fs/splice.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ ssize_t generic_file_splice_read(struct file *in, struct inode *pipe,
return ret;
}

EXPORT_SYMBOL(generic_file_splice_read);

/*
* Send 'sd->len' bytes to socket from 'sd->file' at position 'sd->pos'
* using sendpage().
Expand Down Expand Up @@ -654,6 +656,8 @@ ssize_t generic_file_splice_write(struct inode *inode, struct file *out,
return ret;
}

EXPORT_SYMBOL(generic_file_splice_write);

/**
* generic_splice_sendpage - splice data from a pipe to a socket
* @inode: pipe inode
Expand All @@ -671,8 +675,7 @@ 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);
EXPORT_SYMBOL(generic_splice_sendpage);

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

0 comments on commit ea92c1d

Please sign in to comment.