linux_dsm_epyc7002/net/sunrpc
Tom Tucker 44a6995b32 svc: Remove unnecessary call to svc_sock_enqueue
The svc_tcp_accept function calls svc_sock_enqueue after setting the
SK_CONN bit. This doesn't actually do anything because the SK_BUSY bit
is still set. The call is unnecessary anyway because the generic code in
svc_recv calls svc_sock_received after calling the accept function.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Acked-by: Neil Brown <neilb@suse.de>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Reviewed-by: Greg Banks <gnb@sgi.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
2008-02-01 16:42:09 -05:00
..
auth_gss svcrpc: ensure gss DESTROY tokens free contexts from cache 2008-02-01 16:42:07 -05:00
xprtrdma
auth_null.c
auth_unix.c
auth.c
cache.c knfsd: allow cache_register to return error on failure 2008-02-01 16:42:05 -05:00
clnt.c
Makefile svc: Add an svc transport class 2008-02-01 16:42:07 -05:00
rpc_pipe.c
rpcb_clnt.c
sched.c
socklib.c
stats.c
sunrpc_syms.c svc: Make svc_sock the tcp/udp transport 2008-02-01 16:42:07 -05:00
svc_xprt.c svc: Add an svc transport class 2008-02-01 16:42:07 -05:00
svc.c svc: Add xpo_prep_reply_hdr 2008-02-01 16:42:08 -05:00
svcauth_unix.c
svcauth.c
svcsock.c svc: Remove unnecessary call to svc_sock_enqueue 2008-02-01 16:42:09 -05:00
sysctl.c
timer.c
xdr.c SUNRPC: Use unsigned string lengths in xdr_decode_string_inplace 2008-02-01 16:42:02 -05:00
xprt.c
xprtsock.c