You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit remove the fastsocket check in the filp_close.
It is right in the normal case.
When the process is killed by kernel, the close system call is not injected by fastsocket.
So the fast socket still reach the filp_close. It is unexpected.
0 commit comments