Re: [PATCH 11/30] net: netrom: Add missing annotation for nr_node_stop()
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:29:24
Also in:
linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2020-02-24 21:29:24
Also in:
linux-hams, lkml
From: Jules Irenge <redacted> Date: Sun, 23 Feb 2020 23:16:52 +0000
Sparse reports a warning at nr_node_stop() warning: context imbalance in nr_node_stop() - wrong count at exit The root cause is the missing annotation at nr_node_stop() Add the missing __releases(&nr_node_list_lock) annotation Signed-off-by: Jules Irenge <redacted>
Applied.