]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: renumber QUEUE_FLAG_HW_WC
authorChristoph Hellwig <hch@lst.de>
Tue, 26 Dec 2023 08:15:24 +0000 (08:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2024 14:18:38 +0000 (15:18 +0100)
commitb9c5f0fd5cd5a38ea5420fa93b2669a092b556ba
tree3c625802c4ab4bbed3e7a016f7db435f878dbaeb
parente21b5fc5b88774feb518436562ee09e6ee3c2bdc
block: renumber QUEUE_FLAG_HW_WC

[ Upstream commit 02d374f3418df577c850f0cd45c3da9245ead547 ]

For the QUEUE_FLAG_HW_WC to actually work, it needs to have a separate
number from QUEUE_FLAG_FUA, doh.

Fixes: 43c9835b144c ("block: don't allow enabling a cache on devices that don't support it")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20231226081524.180289-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/blkdev.h