From: Changli Gao Date: Tue, 29 Jun 2010 11:09:18 +0000 (+0200) Subject: splice: direct_splice_actor() should not use pos in sd X-Git-Tag: v2.6.35-rc5~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb4b05e7647891b46b91c07c9a60304803d1688;p=pandora-kernel.git splice: direct_splice_actor() should not use pos in sd direct_splice_actor() shouldn't use sd->pos, as sd->pos is for file reading, file->f_pos should be used instead. Signed-off-by: Changli Gao Signed-off-by: Miklos Szeredi ---- fs/splice.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Signed-off-by: Jens Axboe --- Reading git-diff-tree failed