Updated to 2.6.32.27
/net/rds/recv.c
blob:fdff33c7b432448b43d31ce76fc3fd224156f9ab -> blob:6a2654ad3628cfa103f80c40735abd8cb0782f6c
--- net/rds/recv.c
+++ net/rds/recv.c
@@ -296,7 +296,7 @@ static int rds_still_queued(struct rds_s
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);