commit | c87fd5407e1aa1cfc6b393b03bf67010cf643dbe | [log] [tgz] |
---|---|---|
author | Sam Bradshaw <sbradshaw@micron.com> | Wed Dec 10 13:00:31 2014 -0700 |
committer | Jens Axboe <axboe@fb.com> | Wed Dec 10 13:00:31 2014 -0700 |
tree | 928d7c759ee3c5d06958ad54be2cbc94d60eeac6 | |
parent | 9af8785a38d4528d6675247f873b0f1ae29f3be8 [diff] |
NVMe: fix freeing of wrong request in abort path We allocate 'abort_req', but free 'req' in case of an error submitting the IO. Signed-off-by: Sam Bradshaw <sbradshaw@micron.com> Signed-off-by: Jens Axboe <axboe@fb.com>