]> www.infradead.org Git - users/hch/misc.git/commit
nvme-pci: store aborted state in flags variable
authorLeon Romanovsky <leon@kernel.org>
Sat, 10 May 2025 03:47:03 +0000 (05:47 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 11 May 2025 03:32:35 +0000 (05:32 +0200)
commit1b31e01090b1f52ea2b84bc2374fdf9cb17f07ae
tree98a3bcf8d9994195b72c80325f8cbdaeee506edc
parent191d47e32446068f6d288c4da27041387cfb6076
nvme-pci: store aborted state in flags variable

Instead of keeping dedicated "bool aborted" variable, let's reuse
newly introduced flags variable and save space.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c