Whamcloud - gitweb
LU-6142 ptlrpc: remove srv_threads from struct ptlrpc_service 81/35881/3
authorMr NeilBrown <neilb@suse.com>
Thu, 22 Aug 2019 05:22:20 +0000 (15:22 +1000)
committerOleg Drokin <green@whamcloud.com>
Mon, 16 Sep 2019 23:01:43 +0000 (23:01 +0000)
commit6d1062cdffcaefda0e8e469d69259c83bcaf835f
treea0ccaf6299bc280a71fca9180f8babb637070362
parent531bbc669d66ac97a7b943ca4062a2c5b2589249
LU-6142 ptlrpc: remove srv_threads from struct ptlrpc_service

The threads are not stored here - nothing is.
Threads are stored in svcpt->scp_threads.
So remove the field and update the comment.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.com>
Change-Id: I46875f77bb017bec47f901eca8dc946f11488cbe
Reviewed-on: https://review.whamcloud.com/35881
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: Arshad Hussain <arshad.super@gmail.com>
Reviewed-by: Shaun Tancheff <stancheff@cray.com>
lustre/include/lustre_net.h