File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1461,7 +1461,7 @@ ksocknal_close_conn_locked(struct ksock_conn *conn, int error)
1461
1461
/* No more connections to this peer_ni */
1462
1462
1463
1463
if (!list_empty (& peer_ni -> ksnp_tx_queue )) {
1464
- struct ksock_tx * tx ;
1464
+ struct ksock_tx * tx ;
1465
1465
1466
1466
LASSERT (conn -> ksnc_proto == & ksocknal_protocol_v3x );
1467
1467
@@ -1491,8 +1491,7 @@ ksocknal_close_conn_locked(struct ksock_conn *conn, int error)
1491
1491
1492
1492
spin_lock_bh (& ksocknal_data .ksnd_reaper_lock );
1493
1493
1494
- list_add_tail (& conn -> ksnc_list ,
1495
- & ksocknal_data .ksnd_deathrow_conns );
1494
+ list_add_tail (& conn -> ksnc_list , & ksocknal_data .ksnd_deathrow_conns );
1496
1495
wake_up (& ksocknal_data .ksnd_reaper_waitq );
1497
1496
1498
1497
spin_unlock_bh (& ksocknal_data .ksnd_reaper_lock );
You can’t perform that action at this time.
0 commit comments