Herbert Poetzl <[email protected]> wrote:
>
> which passes ppos as NULL, which in turn leads to an oops ...
But do_sendfile will set ppos to &in_file->f_pos if it's NULL.
Why isn't that working?
> @@ -731,7 +731,8 @@ asmlinkage ssize_t sys_sendfile(int out_
> return ret;
> }
>
> - return do_sendfile(out_fd, in_fd, NULL, count, 0);
> + pos = 0;
> + return do_sendfile(out_fd, in_fd, &pos, count, MAX_NON_LFS);
> }
The last argument is meant to be zero if you check the history.
Cheers,
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]