kernel/net/kcm/kcmproc.c
.. .. @@ -261,7 +261,7 @@ 261 261 aggregate_strp_stats(&knet->aggregate_strp_stats, 262 262 &strp_stats); 263 263 264 - list_for_each_entry_rcu(mux, &knet->mux_list, kcm_mux_list) {264 + list_for_each_entry(mux, &knet->mux_list, kcm_mux_list) {265 265 spin_lock_bh(&mux->lock); 266 266 aggregate_mux_stats(&mux->stats, &mux_stats); 267 267 aggregate_psock_stats(&mux->aggregate_psock_stats,