On 13.12.24 14:48, Andrey Zhadchenko wrote:
Honestly I do not see any benefit in changes within
ploop_process_one_deferred_bio().
For now the fast path is supposed to work only with reads. Reads can be
either zero, top or some bottom delta.
I think implementing small function to handle these cas
Honestly I do not see any benefit in changes within
ploop_process_one_deferred_bio().
For now the fast path is supposed to work only with reads. Reads can be
either zero, top or some bottom delta.
I think implementing small function to handle these cases is better than
adding many returns which
After a pio is split and prepared try to execute if immediately
without going to the worker thread.
https://virtuozzo.atlassian.net/browse/VSTOR-91820
Signed-off-by: Alexander Atanasov
---
drivers/md/dm-ploop-map.c | 95 ---
1 file changed, 70 insertions(+), 2