-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: decnet: Fix sleeping inside in af_decnet
The release_sock() is blocking function, it would change the state after sleeping. use wait_woken() instead. Fixes: 1da177e ("Linux-2.6.12-rc2") Signed-off-by: Yajun Deng <yajun.deng@linux.dev> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Yajun Deng
authored and
David S. Miller
committed
Jul 16, 2021
1 parent
11d8d98
commit 5f119ba
Showing
1 changed file
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters