summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-06-24 11:12:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-06-24 11:12:34 -0700
commit43627618a0dff4d7b2d743c2b57e0130f3fa6a7e (patch)
tree85274ea2eef83e653b8e7dfc4f5e16f36422983e
parenta237cfd6b7469d6f5eeaa45f30128ab78b5281a5 (diff)
parent540a92bfe6dab7310b9df2e488ba247d784d0163 (diff)
downloadlinux-43627618a0dff4d7b2d743c2b57e0130f3fa6a7e.tar.bz2
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
-rw-r--r--include/trace/events/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace/events/libata.h b/include/trace/events/libata.h
index d4e631aa976f..6025dd8ba4aa 100644
--- a/include/trace/events/libata.h
+++ b/include/trace/events/libata.h
@@ -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 " \