Commit 938b93ad authored by Robert P. J. Day's avatar Robert P. J. Day Committed by David S. Miller

[NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.

Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 577f99c1
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
#include <linux/netfilter_ipv4.h> #include <linux/netfilter_ipv4.h>
static struct raw_hashinfo raw_v4_hashinfo = { static struct raw_hashinfo raw_v4_hashinfo = {
.lock = __RW_LOCK_UNLOCKED(), .lock = __RW_LOCK_UNLOCKED(raw_v4_hashinfo.lock),
}; };
void raw_hash_sk(struct sock *sk, struct raw_hashinfo *h) void raw_hash_sk(struct sock *sk, struct raw_hashinfo *h)
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#include <linux/seq_file.h> #include <linux/seq_file.h>
static struct raw_hashinfo raw_v6_hashinfo = { static struct raw_hashinfo raw_v6_hashinfo = {
.lock = __RW_LOCK_UNLOCKED(), .lock = __RW_LOCK_UNLOCKED(raw_v6_hashinfo.lock),
}; };
static void raw_v6_hash(struct sock *sk) static void raw_v6_hash(struct sock *sk)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment