commit | cbb7e577e732f576b9f399bc2600bdc0626c68dc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Tue Apr 11 14:57:50 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Tue Apr 11 15:47:07 2006 +0200 |
tree | 55e3d65c9d9fb5b0ee25d0ccabf951de6da2db7b | |
parent | 2514395ef88b46e895726a8d40966cb83de7940c [diff] |
[PATCH] splice: pass offset around for ->splice_read() and ->splice_write() 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>