commit | 69278f790b60ec6657b76061357d5d180524c588 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri May 11 12:51:10 2018 -0600 |
committer | Tejun Heo <tj@kernel.org> | Fri May 11 13:10:44 2018 -0700 |
tree | 020618bf91f0bdf262bb914642a074b84a9f623c | |
parent | 28361c403683c2b00d4f5e76045f3ccd299bf99d [diff] |
libata: don't clamp queue depth to ATA_MAX_QUEUE - 1 Use what the driver provides, which will still be ATA_MAX_QUEUE - 1 at most anyway. Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Tejun Heo <tj@kernel.org>