On Thu, 2016-03-24 at 11:23 +0100, Hannes Reinecke wrote: > scsi_opcode_name() is displaying the opcode, not the service > action. > > Signed-off-by: Hannes Reinecke <h...@suse.com> > --- > include/trace/events/scsi.h | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/include/trace/events/scsi.h b/include/trace/events/scsi.h > index 079bd10..5c0d91f 100644 > --- a/include/trace/events/scsi.h > +++ b/include/trace/events/scsi.h > @@ -95,10 +95,6 @@ > scsi_opcode_name(VERIFY_16), \ > scsi_opcode_name(WRITE_SAME_16), \ > scsi_opcode_name(SERVICE_ACTION_IN_16), \ > - scsi_opcode_name(SAI_READ_CAPACITY_16), \ > - scsi_opcode_name(SAI_GET_LBA_STATUS), \ > - scsi_opcode_name(MI_REPORT_TARGET_PGS), \ > - scsi_opcode_name(MO_SET_TARGET_PGS), \ > scsi_opcode_name(READ_32), \ > scsi_opcode_name(WRITE_32), \ > scsi_opcode_name(WRITE_SAME_32), \
Reviewed-by: Ewan D. Milne <emi...@redhat.com> -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html