commit | c27278bddd75a3ee755c8e83c6bcc3fdd7271ef6 | [log] [tgz] |
---|---|---|
author | Wenwei Tao <ww.tao0320@gmail.com> | Tue Jan 12 07:49:18 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 12 08:21:16 2016 -0700 |
tree | 7086d6239b03cceec6265870980c4371085da9af | |
parent | 3bfbc6adbc5031e8a5907baa5beb27b41637742a [diff] |
lightnvm: unlock rq and free ppa_list on submission fail When rrpc_write_ppalist_rq and rrpc_read_ppalist_rq succeed, we setup rq correctly, but nvm_submit_io may afterward fail since it cannot allocate request or nvme_nvm_command, we return error but forget to cleanup the previous work. Signed-off-by: Wenwei Tao <ww.tao0320@gmail.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>