]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: iod's 'aborted' is a bool
authorKeith Busch <kbusch@kernel.org>
Tue, 6 Sep 2022 16:07:36 +0000 (09:07 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 Sep 2022 15:55:25 +0000 (17:55 +0200)
commit20a9281e8242277b17314fe31de6b83fa3bedd61
tree0eb5a4795048792b784e27c5e0ef2043176cc214
parent1536114584d0dbdd2652151f784f4f7ecd22c2a2
nvme-pci: iod's 'aborted' is a bool

It's only true or false, so make this a bool to reflect that and save
some space in nvme_iod.

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