Whamcloud - gitweb
LU-6142 ptlrpc: remove srv_threads from struct ptlrpc_service
[fs/lustre-release.git] / lustre / include / lustre_net.h
index ddf7191..68f6c8e 100644 (file)
@@ -1499,7 +1499,7 @@ enum {
  */
 struct ptlrpc_thread {
        /**
-        * List of active threads in svc->srv_threads
+        * List of active threads in svcpt->scp_threads
         */
        struct list_head t_link;
        /**
@@ -1669,8 +1669,6 @@ struct ptlrpc_service {
         char                           *srv_name;
         /** only statically allocated strings here; we don't clean them */
         char                           *srv_thread_name;
-        /** service thread list */
-       struct list_head                srv_threads;
        /** threads # should be created for each partition on initializing */
        int                             srv_nthrs_cpt_init;
        /** limit of threads number for each partition */