mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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:
@@ -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 " \
|
||||
|
||||
Reference in New Issue
Block a user