]> 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>
Mon, 12 May 2025 15:19:48 +0000 (17:19 +0200)
commit5ba1ff4c38497ce4415fc4fc9da3957b597b8933
tree52723be2f91fe3581f5804c848867a3232a727db
parent2083f2d636d1a08fbd1fb088e151710028cf6e1a
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