Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block/nbd: micro-optimization in nbd request completion
Add in-flight cmds to the tail. That way while searching (during request completion),we will always get a hit on the first element. Signed-off-by: Chetan Loke <[email protected]> Acked-by: [email protected] Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information