Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209845
b: refs/heads/master
c: f037590
h: refs/heads/master
i:
  209843: b0a8976
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Aug 19, 2010
1 parent 6eefab6 commit 2d25b66
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: 68d6ac6d2740b6a55f3ae92a4e0be6d881904b32
refs/heads/master: f037590fff3005ce8a1513858d7d44f50053cc8f
2 changes: 1 addition & 1 deletion trunk/net/rds/recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int rds_still_queued(struct rds_sock *rs, struct rds_incoming *inc,
int rds_notify_queue_get(struct rds_sock *rs, struct msghdr *msghdr)
{
struct rds_notifier *notifier;
struct rds_rdma_notify cmsg;
struct rds_rdma_notify cmsg = { 0 }; /* fill holes with zero */
unsigned int count = 0, max_messages = ~0U;
unsigned long flags;
LIST_HEAD(copy);
Expand Down

0 comments on commit 2d25b66

Please sign in to comment.