[PATCH] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket
authorNeilBrown <neilb@suse.de>
Mon, 12 Feb 2007 08:53:30 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:35 +0000 (09:48 -0800)
commite79eff1f90826b207b1152fc87aa97fa74fb7f9c
tree8cd39c30c01fdbca8c93652512441b7dda666eea
parent482fb94e1b0c2efe8258334aa2a68d4f4a91de9c
[PATCH] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket

Rather than calling svc_sock_enqueue at the end of svc_setup_socket, we now
call it (via svc_sock_recieved) after calling svc_setup_socket at each call
site.

We do this because a subsequent patch will insert some code between the two
calls at one call site.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
net/sunrpc/svcsock.c