commit | e8be1cf58d5b4ddbf8089700df8458f432ed5934 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Fri Sep 12 16:00:32 2014 -0700 |
committer | James Bottomley <JBottomley@Parallels.com> | Fri Sep 19 13:23:32 2014 +0100 |
tree | 46befd9bf9c5fbb3a42792e190d642698020af2c | |
parent | db9bfd64b14a3a8f1868d2164518fdeab1b26ad1 [diff] |
[SCSI] fix regression that accidentally disabled block-based tcq The scsi blk-mq support accidentally flipped a conditional, which lead to never enabling block based tcq when using the legacy request path. Fixes: d285203cf647d7c9 scsi: add support for a blk-mq based I/O path. Reported-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>