Whamcloud - gitweb
LU-9679 nrs: remove ts_opcodes bitmap. 75/38975/2
authorMr NeilBrown <neilb@suse.de>
Wed, 29 Apr 2020 02:46:43 +0000 (12:46 +1000)
committerOleg Drokin <green@whamcloud.com>
Sat, 4 Jul 2020 03:02:45 +0000 (03:02 +0000)
commit8c19d5147dba92a79cbcb8eb74a7bf3eecd77133
tree6c8a62c1f617497b41460277071289295c7f46c6
parent1d97a8b4cd3de9074f323332c7b736367a70d419
LU-9679 nrs: remove ts_opcodes bitmap.

This bitmap is never used.  There is one place that tests if it has
been allocated or not, but that place can easily be satisfied by a
strcmp().

So discard the field.

Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I97ca6753236f106d1865d514034b72a679f9b28a
Reviewed-on: https://review.whamcloud.com/38975
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_nrs_tbf.h
lustre/ptlrpc/nrs_tbf.c