git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2514395
)
[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()
author
Jens Axboe
<axboe@suse.de>
Tue, 11 Apr 2006 12:57:50 +0000
(14:57 +0200)
committer
Jens Axboe
<axboe@nelson.home.kernel.dk>
Tue, 11 Apr 2006 13:47:07 +0000
(15:47 +0200)
We need not use ->f_pos as the offset for the file input/output. If the
user passed an offset pointer in through sys_splice(), just use that and
leave ->f_pos alone.
Signed-off-by: Jens Axboe <axboe@suse.de>
No differences found