Re: [PATCH 10/30] net: netrom: Add missing annotation for nr_node_start()

From: David Miller
Date: Mon Feb 24 2020 - 16:29:19 EST


From: Jules Irenge <jbi.octave@xxxxxxxxx>
Date: Sun, 23 Feb 2020 23:16:51 +0000

> Sparse reports a warning at nr_node_start()
> warning: context imbalance in nr_node_start() - wrong count at exit
> The root cause is the missing annotation at nr_node_start()
> Add the missing __acquires(&nr_node_list_lock) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>

Applied.