[PATCH 2/2] lightnvm: implement generic path for sync I/O

2017-10-06 Thread Javier González
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 --- drivers/lightnvm/core.c

[PATCH 2/2] lightnvm: implement generic path for sync I/O

2017-10-06 Thread Javier González
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 --- drivers/lightnvm/core.c | 25