commit | 734c8f75743983842736e6a99ec6be152b2b7f50 | [log] [tgz] |
---|---|---|
author | Jules Irenge <jbi.octave@gmail.com> | Wed Mar 11 01:09:03 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 11 23:19:41 2020 -0700 |
tree | 7ac4f433d18d0c6b8453a23596d2934faeca0bd9 | |
parent | 0d8a42c93a7af05911e94bc3ec1c0d57d948d583 [diff] |
tcp: Add missing annotation for tcp_child_process() Sparse reports warning at tcp_child_process() warning: context imbalance in tcp_child_process() - unexpected unlock The root cause is the missing annotation at tcp_child_process() Add the missing __releases(&((child)->sk_lock.slock)) annotation Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>