|
@@ -1290,7 +1290,6 @@ err_bad:
|
|
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 @@ out_drop:
|
|
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)
|
|
/*
|
|
/*
|