ATA fixes for 5.19-rc4
Only a single patch in this pull request, to fix tracing of command completion. From Edward. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSRPv8tYSvhwAzJdzjdoc3SxdoYdgUCYrUdegAKCRDdoc3SxdoY dkCzAP43hQS2nTqD6h6FiiqJS4CUATF2Dj11wZeQBNpByXiuLgD+JmO7W6o4soMn wQmz9iTPCRA1WWvLBMSE5wucsyFhdQI= =RzXR -----END PGP SIGNATURE----- Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata Pull ATA fix from Damien Le Moal: - a single patch to fix tracing of command completion (Edward) * tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: libata: add qc->flags in ata_qc_complete_template tracepoint
This commit is contained in:
commit
43627618a0
|
@ -288,6 +288,7 @@ DECLARE_EVENT_CLASS(ata_qc_complete_template,
|
|||
__entry->hob_feature = qc->result_tf.hob_feature;
|
||||
__entry->nsect = qc->result_tf.nsect;
|
||||
__entry->hob_nsect = qc->result_tf.hob_nsect;
|
||||
__entry->flags = qc->flags;
|
||||
),
|
||||
|
||||
TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \
|
||||
|
|
Loading…
Reference in New Issue