nvme: set REQ_ALLOC_CACHE for uring-passthru request
authorAnuj Gupta <anuj20.g@samsung.com>
Tue, 17 Jan 2023 12:06:37 +0000 (17:36 +0530)
committerJens Axboe <axboe@kernel.dk>
Sun, 29 Jan 2023 22:18:34 +0000 (15:18 -0700)
commit888545cb43d7639457883dc325c303a3737c0a64
tree768e50fbc4c370078708a617127a922adac89bb0
parent4093cb5a06343ea3936ae46664d132c82576b153
nvme: set REQ_ALLOC_CACHE for uring-passthru request

This patch sets REQ_ALLOC_CACHE flag for uring-passthru requests.
This is a prep-patch so that normal / IRQ-driven uring-passthru
I/Os can also leverage bio-cache.

Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Link: https://lore.kernel.org/r/20230117120638.72254-2-anuj20.g@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/ioctl.c