Loading fs/dlm/lowcomms.c +1 −2 Original line number Diff line number Diff line Loading @@ -1497,7 +1497,6 @@ int dlm_lowcomms_close(int nodeid) call_srcu(&connections_srcu, &con->rcu, connection_release); if (con->othercon) { clean_one_writequeue(con->othercon); if (con->othercon) call_srcu(&connections_srcu, &con->othercon->rcu, connection_release); } srcu_read_unlock(&connections_srcu, idx); Loading Loading
fs/dlm/lowcomms.c +1 −2 Original line number Diff line number Diff line Loading @@ -1497,7 +1497,6 @@ int dlm_lowcomms_close(int nodeid) call_srcu(&connections_srcu, &con->rcu, connection_release); if (con->othercon) { clean_one_writequeue(con->othercon); if (con->othercon) call_srcu(&connections_srcu, &con->othercon->rcu, connection_release); } srcu_read_unlock(&connections_srcu, idx); Loading