summaryrefslogtreecommitdiff
path: root/include/trace/events
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2016-07-14 00:05:48 (GMT)
committerTejun Heo <tj@kernel.org>2016-07-15 12:08:13 (GMT)
commit5b844b63ddfb65aef923eaabe0420196fd71dd13 (patch)
tree6bc13465e720117bdeb105fd0e8df481c2fe2711 /include/trace/events
parent5b51ba6178f5502e6ab1bba75e91a365bc4c718b (diff)
downloadlinux-5b844b63ddfb65aef923eaabe0420196fd71dd13.tar.xz
ata: Handle ATA NCQ NO-DATA commands correctly
Add a new taskfile protocol ATA_PROT_NCQ_NODATA to handle ATA NCQ NO-DATA commands correctly. And fixup ata_scsi_zbc_out_xlat() to use it. Signed-off-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/trace/events')
-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 75fff86..2fbbf99 100644
--- a/include/trace/events/libata.h
+++ b/include/trace/events/libata.h
@@ -126,6 +126,7 @@
ata_protocol_name(ATA_PROT_PIO), \
ata_protocol_name(ATA_PROT_DMA), \
ata_protocol_name(ATA_PROT_NCQ), \
+ ata_protocol_name(ATA_PROT_NCQ_NODATA), \
ata_protocol_name(ATAPI_PROT_NODATA), \
ata_protocol_name(ATAPI_PROT_PIO), \
ata_protocol_name(ATAPI_PROT_DMA))