svcrpc: break up svc_recv
authorJ. Bruce Fields <bfields@redhat.com>
Sat, 18 Aug 2012 19:33:51 +0000 (15:33 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 21 Aug 2012 21:42:01 +0000 (17:42 -0400)
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: J. Bruce Fields <bfields@redhat.com>

No differences found