]> asedeno.scripts.mit.edu Git - linux.git/commit
RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Mon, 13 Jun 2016 16:44:40 +0000 (09:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 06:50:44 +0000 (23:50 -0700)
commit1c5113cf796bb730abc1798a3649b61e9e022be6
tree59486163d4c94c1a32508710c5df8cc1ab0eca7f
parentfb1b3dc43dabd4bf7b57b3d63fd2875a499c81f0
RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create

Add a for() loop in __rds_conn_create to initialize all the
conn_paths, in preparate for MP capable transports.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/connection.c