commit | 9ce12eb16ffb143f3a509da86283ddd0b10bcdb3 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Wed Aug 13 16:38:32 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 14 15:13:40 2014 -0700 |
tree | c7a478ce8b7854149a2d2647fdc820622b5becf5 | |
parent | 93f560811e80216e98f3fcec220aa0f8836b09af [diff] |
netlink: Annotate RCU locking for seq_file walker Silences the following sparse warnings: net/netlink/af_netlink.c:2926:21: warning: context imbalance in 'netlink_seq_start' - wrong count at exit net/netlink/af_netlink.c:2972:13: warning: context imbalance in 'netlink_seq_stop' - unexpected unlock Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>