On Wed, Jul 2, 2025 at 12:04 AM Ming Lei <ming.lei@xxxxxxxxxx> wrote: > > Almost every block driver deals with fake timeout logic around real > request completion code. > > Also the existing way may cause request reference count leak, so move the > logic into __ublk_complete_rq(), then we can skip the completion in the > last step like other drivers. > > Signed-off-by: Ming Lei <ming.lei@xxxxxxxxxx> Reviewed-by: Caleb Sander Mateos <csander@xxxxxxxxxxxxxxx>