pblk: fix max_io calculation
authorJavier González <javier@javigon.com>
Thu, 7 Mar 2019 12:18:53 +0000 (13:18 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Mar 2019 15:59:26 +0000 (08:59 -0700)
commit9205e44916b2ca2e959be4210133292a19e79b0d
treecdb5ac5d9609ae0966601476460cdb97d5570db7
parent05b700ba6003fd98c41314f390df36e2b893e167
pblk: fix max_io calculation

When calculating the maximun I/O size allowed into the buffer, consider
the write size (ws_opt) used by the write thread in order to cover the
case in which, due to flushes, the mem and subm pointers are disaligned
by (ws_opt - 1). This case currently translates into a stall when
an I/O of the largest possible size is submitted.

Fixes: f9f9d1ae2c66 ("lightnvm: pblk: prevent stall due to wb threshold")
Signed-off-by: Javier González <javier@javigon.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/lightnvm/pblk-rl.c