[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()
authorJens Axboe <axboe@suse.de>
Tue, 11 Apr 2006 12:57:50 +0000 (14:57 +0200)
committerJens 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