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