commit | 361d889f830ef61e4eae442c4c89fb14b626375f | [log] [tgz] |
---|---|---|
author | Javier González <javier@javigon.com> | Tue Dec 11 20:16:19 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 11 12:22:34 2018 -0700 |
tree | 2bd986272d3a759d4ef957fcaf56f7e67f75711f | |
parent | fde201a466c6ad5efd72cb54fdf2cefa8b6c6ad7 [diff] |
lightnvm: pblk: add comments wrt locking in recovery path pblk's recovery path is single threaded and therefore a number of assumptions regarding concurrency can be made. To avoid confusion, make this explicit with a couple of comments in the code. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <mb@lightnvm.io> Signed-off-by: Jens Axboe <axboe@kernel.dk>