On 09/30/2019 06:22 PM, Bart Van Assche wrote: > Maintaining tpg_list without ever iterating over it is not useful. Hence > remove tpg_list. This patch does not change the behavior of the SCSI > target code. > > Cc: Mike Christie <mchristie@xxxxxxxxxx> > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Hannes Reinecke <hare@xxxxxxx> > Cc: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/target/target_core_tpg.c | 12 ------------ > drivers/target/target_core_xcopy.c | 1 - > include/target/target_core_base.h | 1 - > 3 files changed, 14 deletions(-) > Reviewed-by: Mike Christie <mchristi@xxxxxxxxxx>