commit | 64fbca011976ce1564f191f4154e4a6ade25779a | [log] [tgz] |
---|---|---|
author | Jules Irenge <jbi.octave@gmail.com> | Wed Mar 11 01:09:06 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 11 23:19:41 2020 -0700 |
tree | 793d5d07c83baf115d2635043aff15d6e078a850 | |
parent | 734c8f75743983842736e6a99ec6be152b2b7f50 [diff] |
net: Add missing annotation for *netlink_seq_start() Sparse reports a warning at netlink_seq_start() warning: context imbalance in netlink_seq_start() - wrong count at exit The root cause is the missing annotation at netlink_seq_start() Add the missing __acquires(RCU) annotation Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>