From: J. Bruce Fields Date: Sat, 18 Aug 2012 19:33:51 +0000 (-0400) Subject: svcrpc: break up svc_recv X-Git-Tag: v3.7-rc1~24^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6797fa5a018ff916a071c6265fbf043644abcd29;p=pandora-kernel.git 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 --- Reading git-diff-tree failed