mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 11:33:36 -04:00
block: rename BLK_FEAT_MISALIGNED
This is a flag for ->flags and not a feature for ->features. And fix the one place that actually incorrectly cleared it from ->features. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Damien Le Moal <dlemoal@kernel.org> Link: https://lore.kernel.org/r/20240626142637.300624-4-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
committed by
Jens Axboe
parent
78887d004f
commit
ec9b1cf0b0
@@ -347,7 +347,7 @@ enum {
|
||||
BLK_FLAG_WRITE_CACHE_DISABLED = (1u << 0),
|
||||
|
||||
/* I/O topology is misaligned */
|
||||
BLK_FEAT_MISALIGNED = (1u << 1),
|
||||
BLK_FLAG_MISALIGNED = (1u << 1),
|
||||
};
|
||||
|
||||
struct queue_limits {
|
||||
|
||||
Reference in New Issue
Block a user