commit | 0880a9aa2d91ff5131ecd0902a758afe760b9c1c | [log] [tgz] |
---|---|---|
author | Javier González <jg@lightnvm.io> | Mon Jun 26 11:57:19 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 26 16:27:39 2017 -0600 |
tree | 4a6859cc239610cf63a4a4875a6048e5b6a6b680 | |
parent | fd1b0158f5f5937d73d5c61e229350c6b905d0da [diff] |
lightnvm: pblk: delete redundant buffer pointer After refactoring the metadata path, the backpointer controlling synced I/Os in a line becomes unnecessary; metadata is scheduled on the write thread, thus we know when the end of the line is reached and act on it directly. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>