summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-08-25 09:20:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-08-25 09:20:17 +0200
commit5b9057cfafaaabc3c91a4e3e3bec024651737e66 (patch)
tree01ea4e7ac0d3303cd3dcb4ad63884cd67b577e0e /include/linux/blkdev.h
parent73c94172e278197fbed9f6a7b7550edc5bc1fbad (diff)
parent1b237f190eb3d36f52dffe07a40b5eb210280e00 (diff)
Merge 6.17-rc3 into char-misc-next
We need the char/misc/iio fixes in here as well to build on. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 95886b404b16..fe1797bbec42 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -656,6 +656,7 @@ enum {
QUEUE_FLAG_SQ_SCHED, /* single queue style io dispatch */
QUEUE_FLAG_DISABLE_WBT_DEF, /* for sched to disable/enable wbt */
QUEUE_FLAG_NO_ELV_SWITCH, /* can't switch elevator any more */
+ QUEUE_FLAG_QOS_ENABLED, /* qos is enabled */
QUEUE_FLAG_MAX
};