From: Wei Yongjun Date: Thu, 27 Aug 2009 02:23:39 +0000 (+0800) Subject: sunrpc: move the close processing after do recvfrom method X-Git-Tag: v2.6.32-rc1~412^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0401d725334a94d57335790b8ac2404144748ee;p=pandora-kernel.git sunrpc: move the close processing after do recvfrom method sunrpc: "Move close processing to a single place" (d7979ae4a050a45b78af51832475001b68263d2a) moved the close processing before the recvfrom method. This may cause the close processing never to execute. So this patch moves it to the right place. Signed-off-by: Wei Yongjun Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed