diff options
| author | Hirofumi Ogawa <hirofumi@mail.parknet.co.jp> | 2002-08-12 18:10:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-12 18:10:33 -0700 |
| commit | 242fde60987561ecf8db93b1affd7789abda2783 (patch) | |
| tree | b882d2a5a4d8634a6e8c4377c48525d8fd13b068 /include | |
| parent | 8c0b388ab19c6a0c1a726ec00c445038d4da7fdc (diff) | |
[PATCH] Fix generic_file_send()
sys_sendfile() call,
do_sendfile(out_fd, in_fd, &pos, count, MAX_NON_LFS);
in_file->f_op->sendfile(out_file, in_file, ppos, count);
But,
ssize_t generic_file_sendfile(struct file *in_file, struct file *out_file,
loff_t *ppos, size_t count)
fist arg of generic_file_sendfile() should be for output. This patch
fixes this typo.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
