• J. Bruce Fields's avatar
    svcrpc: break up svc_recv · 6797fa5a
    J. Bruce Fields authored
    Matter of taste, I suppose, but svc_recv breaks up naturally into:
    
    	allocate pages and setup arg
    	dequeue (wait for, if necessary) next socket
    	do something with that socket
    
    And I find it easier to read when it doesn't go on for pages and pages.
    Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
    6797fa5a
svc_xprt.c 34.6 KB