SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC case
[deliverable/linux.git] / net / sunrpc / auth_gss / svcauth_gss.c
index 1c66a3b78329d940bbadc244abc1b0a83effd5a5..b70ac1cec8f589ad5b8494163cb5459f55e40139 100644 (file)
@@ -1283,6 +1283,8 @@ static bool use_gss_proxy(struct net *net)
        return 0;
 }
 
+#ifdef CONFIG_PROC_FS
+
 static bool set_gss_proxy(struct net *net, int type)
 {
        struct sunrpc_net *sn = net_generic(net, sunrpc_net_id);
@@ -1320,7 +1322,6 @@ static int wait_for_gss_proxy(struct net *net)
        return wait_event_interruptible(sn->gssp_wq, gssp_ready(sn));
 }
 
-#ifdef CONFIG_PROC_FS
 
 static ssize_t write_gssp(struct file *file, const char __user *buf,
                         size_t count, loff_t *ppos)
@@ -1406,6 +1407,14 @@ static void destroy_use_gss_proxy_proc_entry(struct net *net)
                clear_gssp_clnt(sn);
        }
 }
+#else /* CONFIG_PROC_FS */
+
+static int create_use_gss_proxy_proc_entry(struct net *net)
+{
+       return 0;
+}
+
+static void destroy_use_gss_proxy_proc_entry(struct net *net) {}
 
 #endif /* CONFIG_PROC_FS */
 
This page took 0.024269 seconds and 5 git commands to generate.