]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/nfs/callback.c
Merge tag 'for-3.4' of git://openrisc.net/jonas/linux
[karo-tx-linux.git] / fs / nfs / callback.c
index 2afe23349c7ba5ea4d68c1db65593e64590550d2..eb95f5091c1aff93930e17a829a808023edc2e12 100644 (file)
@@ -101,7 +101,7 @@ nfs4_callback_svc(void *vrqstp)
 /*
  * Prepare to bring up the NFSv4 callback service
  */
-struct svc_rqst *
+static struct svc_rqst *
 nfs4_callback_up(struct svc_serv *serv, struct rpc_xprt *xprt)
 {
        int ret;
@@ -172,7 +172,7 @@ nfs41_callback_svc(void *vrqstp)
 /*
  * Bring up the NFSv4.1 callback service
  */
-struct svc_rqst *
+static struct svc_rqst *
 nfs41_callback_up(struct svc_serv *serv, struct rpc_xprt *xprt)
 {
        struct svc_rqst *rqstp;