Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit b4411457 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

sunrpc: set SOCK_FASYNC



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: 9317bb69 ("net: SOCKWQ_ASYNC_NOSPACE optimizations")
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Reported-by: default avatarJiri Pirko <jiri@resnulli.us>
Reported-by: default avatarHuang, Ying <ying.huang@intel.com>
Tested-by: default avatarJiri Pirko <jiri@resnulli.us>
Tested-by: default avatarHuang, Ying <ying.huang@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e7142c34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment