commit | 1a94b2d484677dc559c96251dd0e7c7b8811c378 | [log] [tgz] |
---|---|---|
author | Javier González <javier@cnexlabs.com> | Fri Oct 13 14:46:47 2017 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Oct 13 08:34:57 2017 -0600 |
tree | 7a1112567f728a13c521e0bce8d900b74820f05d | |
parent | 1b839187db62aae22a9254fd9e3ce376149b0918 [diff] |
lightnvm: implement generic path for sync I/O Implement a generic path for sending sync I/O on LightNVM. This allows to reuse the standard synchronous path trough blk_execute_rq(), instead of implementing a wait_for_completion on the target side (e.g., pblk). 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>