Skip to content
Commit abd91ee9 authored by ideawu's avatar ideawu Committed by J. Bruce Fields
Browse files

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: default avatarideawu <ideawu@163.com>
Reviewed-by: default avatarTom Tucker <tom@opengridcomputing.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 2795e53b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment