Re: [PATCH] ata: set ncq_prio_enabled if device has support

2016-10-20 Thread Tejun Heo
Hello, Adam. Applied to libata/for-4.10 with minor edits. Thanks! -- 8< -- >From 4e647d960c510e0d5cd700058fb8ddd529c390ee Mon Sep 17 00:00:00 2001 From: Adam Manzanares Date: Wed, 19 Oct 2016 20:40:19 -0700 Subject: [PATCH] ata: set ncq_prio_enabled iff device has support We previously

[PATCH] ata: set ncq_prio_enabled if device has support

2016-10-19 Thread Adam Manzanares
We previously had a check to see if the device has support for prioritized ncq commands and a check to see if a device flag is set, through a sysfs variable, in order to send a prioritized command. This patch only allows the sysfs variable to be set if the device supports prioritized commands enab