Re: [PATCH 14/30] dccp: Add missing annotation for dccp_child_process()
David Miller <[email protected]>
| Newsgroups | org.kernel.vger.dccp,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
From: Jules Irenge <[email protected]> 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 <[email protected]> Applied.