sunrpc: move the close processing after do recvfrom method
authorWei Yongjun <yjwei@cn.fujitsu.com>
Thu, 27 Aug 2009 02:23:39 +0000 (10:23 +0800)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 27 Aug 2009 21:18:38 +0000 (17:18 -0400)
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 <yjwei@cn.fujitsu.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

No differences found