Re: [PATCH 14/30] dccp: Add missing annotation for dccp_child_process()

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


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

> Sparse reports a warning at dccp_child_process()
> warning: context imbalance in dccp_child_process() - unexpected unlock
> The root cause is the missing annotation at dccp_child_process()
> Add the missing __releases(child) annotation
>
> Signed-off-by: Jules Irenge <jbi.octave@xxxxxxxxx>

Applied.