|
@@ -2672,6 +2672,8 @@ void tipc_sk_reinit(struct net *net)
|
|
|
|
|
|
rhashtable_walk_stop(&iter);
|
|
rhashtable_walk_stop(&iter);
|
|
} while (tsk == ERR_PTR(-EAGAIN));
|
|
} while (tsk == ERR_PTR(-EAGAIN));
|
|
|
|
+
|
|
|
|
+ rhashtable_walk_exit(&iter);
|
|
}
|
|
}
|
|
|
|
|
|
static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
|
|
static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
|