SUNRPC: Move EXPORT_SYMBOL for svc_process
authorChuck Lever <chuck.lever@oracle.com>
Tue, 26 May 2015 17:48:57 +0000 (13:48 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Jun 2015 19:15:22 +0000 (15:15 -0400)
Clean up.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc.c

index 78974e4d9ad2a3a7912d477de157e854af9e720d..852ae606b02a37760a5a4dc1fd1860b8a45b89a6 100644 (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)
 /*
This page took 0.027027 seconds and 5 git commands to generate.