sunrpc/svc.c: Remove unused line 'rqstp->rq_server = serv;' in svc_process
authorideawu <ideawu@163.com>
Thu, 26 Mar 2009 04:55:29 +0000 (12:55 +0800)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 27 Mar 2009 23:15:21 +0000 (19:15 -0400)
commitabd91ee979f785b7377216532620d98ab4e3e5af
tree8e230a9966c6b792ee95a190a30572c543e96909
parent2795e53b4ed5d1f49d2283f416c922f55ec7d461
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>
net/sunrpc/svc.c