NFSD: Remove svc_serv_ops::svo_module
[sfrench/cifs-2.6.git] / include / linux / sunrpc / svc.h
index 5603158b2aa71fa030ab95f3b338be1d1caa7653..dfc9283f412f91c26ece95a5439baea74e773033 100644 (file)
@@ -57,11 +57,6 @@ struct svc_serv;
 struct svc_serv_ops {
        /* function for service threads to run */
        int             (*svo_function)(void *);
-
-       /* optional module to count when adding threads.
-        * Thread function must call module_put_and_kthread_exit() to exit.
-        */
-       struct module   *svo_module;
 };
 
 /*