Whamcloud - gitweb
LU-6142 ptlrpc: remove scp_nthrs_stopping field. 82/35882/3
authorMr NeilBrown <neilb@suse.com>
Thu, 22 Aug 2019 05:24:06 +0000 (15:24 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Sep 2019 23:01:47 +0000 (23:01 +0000)
This field is unused, so remove it.
If "shrinking threads" is ever needed, any extra fields
required can be added then.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.com>
Change-Id: Ie727033133aa846d92fdc52f6545bc1cd5efe153
Reviewed-on: https://review.whamcloud.com/35882
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
lustre/include/lustre_net.h

index 68f6c8e..52e3ddf 100644 (file)
@@ -1752,8 +1752,6 @@ struct ptlrpc_service_part {
        int                             scp_thr_nextid;
        /** # of starting threads */
        int                             scp_nthrs_starting;
-       /** # of stopping threads, reserved for shrinking threads */
-       int                             scp_nthrs_stopping;
        /** # running threads */
        int                             scp_nthrs_running;
        /** service threads list */