Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54449
b: refs/heads/master
c: 89adc93
h: refs/heads/master
i:
  54447: 5ab621a
v: v3
  • Loading branch information
Patrick Caulfield authored and Steven Whitehouse committed May 1, 2007
1 parent bd6344f commit 6ccd704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5c7342d894973636f03270673e1fb7b908a421a8
refs/heads/master: 89adc934f3f96600e7f31447426c7e99d62c5460
1 change: 1 addition & 0 deletions trunk/fs/dlm/lowcomms-tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ static int receive_from_sock(struct connection *con)
*/
iov[0].iov_len = con->cb.base - cbuf_data(&con->cb);
iov[0].iov_base = page_address(con->rx_page) + cbuf_data(&con->cb);
iov[1].iov_len = 0;
nvec = 1;

/*
Expand Down

0 comments on commit 6ccd704

Please sign in to comment.