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)
commit52da4f3f5cbd42815946c0544774167241f9f45f
tree0eb5a4795048792b784e27c5e0ef2043176cc214
parenta53232cb3abef51524f06ee9d8fbc3364ad95794
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