Revert "relay: fix splice problem"

This reverts commit c3270e577c.
This commit is contained in:
Jens Axboe
2008-05-08 14:06:19 +02:00
parent ffee0259c9
commit 75065ff619
2 changed files with 2 additions and 2 deletions

View File

@@ -1072,7 +1072,7 @@ long do_splice_direct(struct file *in, loff_t *ppos, struct file *out,
ret = splice_direct_to_actor(in, &sd, direct_splice_actor);
if (ret > 0)
*ppos = sd.pos;
*ppos += ret;
return ret;
}