Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sunrpc is using SOCKWQ_ASYNC_NOSPACE without setting SOCK_FASYNC, so the recent optimizations done in sk_set_bit() and sk_clear_bit() broke it. There is still the risk that a subsequent sock_fasync() call would clear SOCK_FASYNC, but sunrpc does not use this yet. Fixes: 9317bb6 ("net: SOCKWQ_ASYNC_NOSPACE optimizations") Signed-off-by: Eric Dumazet <[email protected]> Reported-by: Jiri Pirko <[email protected]> Reported-by: Huang, Ying <[email protected]> Tested-by: Jiri Pirko <[email protected]> Tested-by: Huang, Ying <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information