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