From 7233248e565fbd82e91c71e8611fdb08f900a984 Mon Sep 17 00:00:00 2001 From: Mr NeilBrown Date: Thu, 22 Aug 2019 15:24:06 +1000 Subject: [PATCH] LU-6142 ptlrpc: remove scp_nthrs_stopping field. 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 Change-Id: Ie727033133aa846d92fdc52f6545bc1cd5efe153 Reviewed-on: https://review.whamcloud.com/35882 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Shaun Tancheff --- lustre/include/lustre_net.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index 68f6c8e..52e3ddf 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -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 */ -- 1.8.3.1