Skip to content
Snippets Groups Projects
Commit 43627618 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents a237cfd6 540a92bf
No related branches found
No related tags found
No related merge requests found
...@@ -288,6 +288,7 @@ DECLARE_EVENT_CLASS(ata_qc_complete_template, ...@@ -288,6 +288,7 @@ DECLARE_EVENT_CLASS(ata_qc_complete_template,
__entry->hob_feature = qc->result_tf.hob_feature; __entry->hob_feature = qc->result_tf.hob_feature;
__entry->nsect = qc->result_tf.nsect; __entry->nsect = qc->result_tf.nsect;
__entry->hob_nsect = qc->result_tf.hob_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 " \ TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment