Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156686
b: refs/heads/master
c: e694958
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Aug 13, 2009
1 parent a3ca468 commit fccbed1
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: a3620f7545344f932873bf98fbdf416b49409c8e
refs/heads/master: e694958388c50148389b0e9b9e9e8945cf0f1b98
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 fccbed1

Please sign in to comment.