aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_hashtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r--net/ipv4/inet_hashtables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 2e5814a84360..88a059e04e30 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -96,6 +96,7 @@ EXPORT_SYMBOL(inet_put_port);
96 * exclusive lock release). It should be ifdefed really. 96 * exclusive lock release). It should be ifdefed really.
97 */ 97 */
98void inet_listen_wlock(struct inet_hashinfo *hashinfo) 98void inet_listen_wlock(struct inet_hashinfo *hashinfo)
99 __acquires(hashinfo->lhash_lock)
99{ 100{
100 write_lock(&hashinfo->lhash_lock); 101 write_lock(&hashinfo->lhash_lock);
101 102