J. Bruce Fields 6797fa5a01 svcrpc: break up svc_recv
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>
2012-08-21 17:42:01 -04:00
..
2012-07-16 15:12:15 -04:00
2012-07-31 18:42:48 -07:00
2012-07-31 18:42:48 -07:00
2012-08-21 17:42:01 -04:00
2012-06-15 17:37:23 -07:00
2010-12-17 15:48:21 -05:00
2012-04-15 12:44:40 -04:00
2012-07-30 19:16:57 -07:00