Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156690
b: refs/heads/master
c: 7334219
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 13, 2009
1 parent 3c2911e commit 95948d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dbefd606a3b3634799b625f4900336e61c89e868
refs/heads/master: 7334219c44826ae0ebe6f07555c6b97f978ce266
2 changes: 1 addition & 1 deletion trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static ssize_t sock_sendpage(struct file *file, struct page *page,
if (more)
flags |= MSG_MORE;

return sock->ops->sendpage(sock, page, offset, size, flags);
return kernel_sendpage(sock, page, offset, size, flags);
}

static ssize_t sock_splice_read(struct file *file, loff_t *ppos,
Expand Down

0 comments on commit 95948d4

Please sign in to comment.