Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DLM: fix race condition between dlm_send and dlm_recv
When kernel_sendpage(in send_to_sock) and kernel_recvmsg (in receive_from_sock) return error, close_connection may works at the same time. At that time, they may wait for each other by cancel_work_sync. Signed-off-by: Tadashi Miyauchi <[email protected]> Signed-off-by: Tsutomu Owa <[email protected]> Signed-off-by: David Teigland <[email protected]>
- Loading branch information