Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
af_unix: Add missing annotation for unix_wait_for_peer()
Sparse reports a warning unix_wait_for_peer() warning: context imbalance in unix_wait_for_peer() - unexpected unlock The root cause is the missing annotation at unix_wait_for_peer() Add the missing annotation __releases(&unix_sk(other)->lock) Signed-off-by: Jules Irenge <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information