aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2017-08-29 08:36:58 -0700
committerTejun Heo <tj@kernel.org>2017-08-29 08:36:58 -0700
commit2aca392398384f8a2f339f4c661a1699f4f2e2eb (patch)
tree73b0086097f69c000bcbf353fc10cc6dd47b14d8 /include
parentlibata: check for trusted computing in IDENTIFY DEVICE data (diff)
downloadlinux-dev-2aca392398384f8a2f339f4c661a1699f4f2e2eb.tar.xz
linux-dev-2aca392398384f8a2f339f4c661a1699f4f2e2eb.zip
Revert "libata: quirk read log on no-name M.2 SSD"
This reverts commit 35f0b6a779b8b7a98faefd7c1c660b4dac9a5c26. We now conditionalize issuing of READ LOG PAGE on the TRUSTED COMPUTING SUPPORTED bit in the identity data and this shouldn't be necessary. Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/libata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 9e927ae7fced..931c32f1f18d 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -438,7 +438,6 @@ enum {
ATA_HORKAGE_NO_DMA_LOG = (1 << 23), /* don't use DMA for log read */
ATA_HORKAGE_NOTRIM = (1 << 24), /* don't use TRIM */
ATA_HORKAGE_MAX_SEC_1024 = (1 << 25), /* Limit max sects to 1024 */
- ATA_HORKAGE_NO_LOG_PAGE = (1 << 26), /* Doesn't like Get Log Page */
/* DMA mask for user DMA control: User visible values; DO NOT
renumber */