]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: Update rds_conn_destroy to be MP capable
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Mon, 13 Jun 2016 16:44:42 +0000 (09:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 06:50:44 +0000 (23:50 -0700)
commite3ca11900880d5f2e04ccc0f55afcad1f6c47cc4
tree39e88c9b47c49568aee3906e9e8299c824a5b548
parentee4eac5f933b3cef3b112074a61b83247bc79500
RDS: Update rds_conn_destroy to be MP capable

Refactor rds_conn_destroy() so that the per-path dismantling
is done in rds_conn_path_destroy, and then iterate as needed
over rds_conn_path_destroy().

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