nvme: replace the "bool vec" arguments with flags in the ioctl path
authorChristoph Hellwig <hch@lst.de>
Sun, 8 Jan 2023 06:53:03 +0000 (07:53 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 10 Jan 2023 07:15:51 +0000 (08:15 +0100)
commit7b7fdb8e2dbc15ad4e81a328f1c60d1691c6d6be
treea37025dd00e2cf697dea70540a77c24d10be3bd8
parent2fa1dc8637b5f3397f22b2771f8a4fb8712c10dc
nvme: replace the "bool vec" arguments with flags in the ioctl path

To prepare for passing down more information, replace the boolean
vec argument with a more extensible flags one.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
drivers/nvme/host/ioctl.c