From: Jens Axboe Date: Tue, 11 Apr 2006 12:57:50 +0000 (+0200) Subject: [PATCH] splice: pass offset around for ->splice_read() and ->splice_write() X-Git-Tag: v2.6.17-rc2~74^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbb7e577e732f576b9f399bc2600bdc0626c68dc;p=pandora-kernel.git [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 --- Reading git-diff-tree failed