diff options
author | Wenwei Tao <ww.tao0320@gmail.com> | 2016-01-12 06:49:25 (GMT) |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-01-12 15:21:16 (GMT) |
commit | b262924be03d5d2ae735bc9a4b37eb2c613f61f8 (patch) | |
tree | d9128e64b6cd635084725a75d295c8aeb6ed6a35 /mm/page_owner.c | |
parent | d0ca798f960ad7d86f5186fe312c131d00563eb7 (diff) | |
download | linux-b262924be03d5d2ae735bc9a4b37eb2c613f61f8.tar.xz |
lightnvm: fix locking and mempool in rrpc_lun_gc
This patch fix two issues in rrpc_lun_gc
1. prio_list is protected by rrpc_lun's lock not nvm_lun's, so
acquire rlun's lock instead of lun's before operate on the list.
2. we delete block from prio_list before allocating gcb, but gcb
allocation may fail, we end without putting it back to the list,
this makes the block won't get reclaimed in the future. To solve
this issue, delete block after gcb allocation.
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>
Diffstat (limited to 'mm/page_owner.c')
0 files changed, 0 insertions, 0 deletions