Signed-off-by: Stephen Hemminger --- a/net/key/af_key.c 2011-02-23 10:20:23.181943425 -0800 +++ b/net/key/af_key.c 2011-02-23 10:20:47.290221581 -0800 @@ -3655,6 +3655,7 @@ static int pfkey_seq_show(struct seq_fil } static void *pfkey_seq_start(struct seq_file *f, loff_t *ppos) + __acquires(rcu) { struct net *net = seq_file_net(f); struct netns_pfkey *net_pfkey = net_generic(net, pfkey_net_id); @@ -3672,6 +3673,7 @@ static void *pfkey_seq_next(struct seq_f } static void pfkey_seq_stop(struct seq_file *f, void *v) + __releases(rcu) { rcu_read_unlock(); } -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html