On Thu, 4 May 2017, 3:51pm, Bart Van Assche wrote: > qla_tgt_cmd.free_work is not used by the qla2xxx driver. Hence > remove that member of struct qla_tgt_cmd. > > Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx> > Cc: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> > Cc: Quinn Tran <quinn.tran@xxxxxxxxxx> > Cc: Hannes Reinecke <hare@xxxxxxxx> > Cc: Christoph Hellwig <hch@xxxxxx> > Cc: Andy Grover <agrover@xxxxxxxxxx> > Cc: David Disseldorp <ddiss@xxxxxxx> > --- > drivers/scsi/qla2xxx/qla_target.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h > index d64420251194..dae278859554 100644 > --- a/drivers/scsi/qla2xxx/qla_target.h > +++ b/drivers/scsi/qla2xxx/qla_target.h > @@ -862,7 +862,6 @@ struct qla_tgt_cmd { > struct se_cmd se_cmd; > struct fc_port *sess; > int state; > - struct work_struct free_work; > struct work_struct work; > /* Sense buffer that will be mapped into outgoing status */ > unsigned char sense_buffer[TRANSPORT_SENSE_BUFFER]; > Thanks. Acked-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html