summaryrefslogtreecommitdiffstats
path: root/drivers/lightnvm
diff options
context:
space:
mode:
authorMatias Bjørling2016-11-28 22:38:52 +0100
committerJens Axboe2016-11-29 20:12:51 +0100
commit7498e99fc51ca60b960ef79061e0e7b521feb07e (patch)
tree07dc0f5c5f242347676262b3287869784a4f85ac /drivers/lightnvm
parentblk-mq: Drop explicit timeout sync in hotplug (diff)
downloadkernel-qcow2-linux-7498e99fc51ca60b960ef79061e0e7b521feb07e.tar.gz
kernel-qcow2-linux-7498e99fc51ca60b960ef79061e0e7b521feb07e.tar.xz
kernel-qcow2-linux-7498e99fc51ca60b960ef79061e0e7b521feb07e.zip
nvme: lightnvm: frees wrong cmd structure
When struct nvme_request was introduced, the nvme_nvm_submit_io was converted to the new interface. The interface moves nvme_nvm_command data structure into the struct request pdu. On io completion, rq->cmd is freed, which should have been the dereferenced pdu nvme_request->cmd. Fixes: d49187e97e94 "nvme: introduce struct nvme_request" Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/lightnvm')
0 files changed, 0 insertions, 0 deletions