mirror of https://gitee.com/openkylin/linux.git
SUNRPC: Move EXPORT_SYMBOL for svc_process
Clean up. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
e2b836cfb4
commit
3f87d5d6ac
|
@ -1290,7 +1290,6 @@ svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv)
|
||||||
svc_putnl(resv, ntohl(rpc_stat));
|
svc_putnl(resv, ntohl(rpc_stat));
|
||||||
goto sendit;
|
goto sendit;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(svc_process);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Process the RPC request.
|
* Process the RPC request.
|
||||||
|
@ -1338,6 +1337,7 @@ svc_process(struct svc_rqst *rqstp)
|
||||||
svc_drop(rqstp);
|
svc_drop(rqstp);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(svc_process);
|
||||||
|
|
||||||
#if defined(CONFIG_SUNRPC_BACKCHANNEL)
|
#if defined(CONFIG_SUNRPC_BACKCHANNEL)
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue