diff options
Diffstat (limited to 'net/tipc/socket.c')
-rw-r--r-- | net/tipc/socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/socket.c b/net/tipc/socket.c index c1e93c9515bc..c9a50b62c738 100644 --- a/net/tipc/socket.c +++ b/net/tipc/socket.c | |||
@@ -2672,6 +2672,8 @@ void tipc_sk_reinit(struct net *net) | |||
2672 | 2672 | ||
2673 | rhashtable_walk_stop(&iter); | 2673 | rhashtable_walk_stop(&iter); |
2674 | } while (tsk == ERR_PTR(-EAGAIN)); | 2674 | } while (tsk == ERR_PTR(-EAGAIN)); |
2675 | |||
2676 | rhashtable_walk_exit(&iter); | ||
2675 | } | 2677 | } |
2676 | 2678 | ||
2677 | static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid) | 2679 | static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid) |