commit | 31c7c7d2c9f17dc98a98c59c17e184bf164ee760 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Oct 22 14:03:35 2015 +0200 |
committer | Jens Axboe <axboe@fb.com> | Tue Dec 22 09:38:33 2015 -0700 |
tree | 658e3a50b133a92780d4c5b662773e6f7145cfd5 | |
parent | 4c9f748f0ee88447b28546991f60f43a7319aafd [diff] |
nvme: merge nvme_abort_req and nvme_timeout We want to be able to return bettern error values frmo nvme_timeout, which is significantly easier if the two functions are merged. Also clean up and reduce the printk spew so that we only get one message per abort. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>