aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTom Tucker <[email protected]>2007-12-30 21:07:38 -0600
committerJ. Bruce Fields <[email protected]>2008-02-01 16:42:09 -0500
commit44a6995b32eb9b021ee71b279edb84728c9f5160 (patch)
treefbe6492dc072aaf80cda94353e2bfce8738802e9 /tools/perf/scripts/python
parent38a417cc993f4535548e47207f9894e7c27e05e4 (diff)
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 <[email protected]> Acked-by: Neil Brown <[email protected]> Reviewed-by: Chuck Lever <[email protected]> Reviewed-by: Greg Banks <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions