commit | abd91ee979f785b7377216532620d98ab4e3e5af | [log] [tgz] |
---|---|---|
author | ideawu <ideawu@163.com> | Thu Mar 26 12:55:29 2009 +0800 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Mar 27 19:15:21 2009 -0400 |
tree | 8e230a9966c6b792ee95a190a30572c543e96909 | |
parent | 2795e53b4ed5d1f49d2283f416c922f55ec7d461 [diff] |
sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process There is no need to set rqstp->rq_server to serv, while serv is initialized as rqstp->rq_server at previous line. And between these two lines, there is no change to rqstp->rq_server. Signed-off-by: ideawu <ideawu@163.com> Reviewed-by: Tom Tucker <tom@opengridcomputing.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>