1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Chuck Lever 2015-05-26 13:48:57 -04:00 committed by J. Bruce Fields
parent e2b836cfb4
commit 3f87d5d6ac
1 changed files with 1 additions and 1 deletions

View File

@ -1290,7 +1290,6 @@ err_bad:
svc_putnl(resv, ntohl(rpc_stat));
goto sendit;
}
EXPORT_SYMBOL_GPL(svc_process);
/*
* Process the RPC request.
@ -1338,6 +1337,7 @@ out_drop:
svc_drop(rqstp);
return 0;
}
EXPORT_SYMBOL_GPL(svc_process);
#if defined(CONFIG_SUNRPC_BACKCHANNEL)
/*