Commit ada440e3 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller

afkey: add sparse annotation about rcu

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 81b504b8
...@@ -3655,6 +3655,7 @@ static int pfkey_seq_show(struct seq_file *f, void *v) ...@@ -3655,6 +3655,7 @@ static int pfkey_seq_show(struct seq_file *f, void *v)
} }
static void *pfkey_seq_start(struct seq_file *f, loff_t *ppos) static void *pfkey_seq_start(struct seq_file *f, loff_t *ppos)
__acquires(rcu)
{ {
struct net *net = seq_file_net(f); struct net *net = seq_file_net(f);
struct netns_pfkey *net_pfkey = net_generic(net, pfkey_net_id); struct netns_pfkey *net_pfkey = net_generic(net, pfkey_net_id);
...@@ -3672,6 +3673,7 @@ static void *pfkey_seq_next(struct seq_file *f, void *v, loff_t *ppos) ...@@ -3672,6 +3673,7 @@ static void *pfkey_seq_next(struct seq_file *f, void *v, loff_t *ppos)
} }
static void pfkey_seq_stop(struct seq_file *f, void *v) static void pfkey_seq_stop(struct seq_file *f, void *v)
__releases(rcu)
{ {
rcu_read_unlock(); rcu_read_unlock();
} }
......
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