commit | 2a19b10d423c6dc47449e905ed3a8eabb49c48a0 | [log] [tgz] |
---|---|---|
author | Javier González <javier@cnexlabs.com> | Fri Oct 13 14:46:15 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 13 08:34:57 2017 -0600 |
tree | 7d1d992b89336729a50b63cbeb38b204493a7da9 | |
parent | d340121eb770de3b02bfc73c5f2b00f5345090c2 [diff] |
lightnvm: pblk: refactor read path on GC Simplify the part of the garbage collector where data is read from the line being recycled and moved into an internal queue before being copied to the memory buffer. This allows to get rid of a dedicated function, which introduces an unnecessary dependency on the code. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>