diff --git a/[refs] b/[refs] index 08304b52c78c..cba8162c76ec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68d6ac6d2740b6a55f3ae92a4e0be6d881904b32 +refs/heads/master: f037590fff3005ce8a1513858d7d44f50053cc8f diff --git a/trunk/net/rds/recv.c b/trunk/net/rds/recv.c index 795a00b7f2cb..c93588c2d553 100644 --- a/trunk/net/rds/recv.c +++ b/trunk/net/rds/recv.c @@ -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);