diff options
| author | Mark Brown <broonie@kernel.org> | 2025-08-28 21:44:52 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-28 21:44:52 +0200 |
| commit | f43095de82b04a11f7239fdf9e724d907ea3dc3b (patch) | |
| tree | 3e49324d7ef7614adc8ae0d5b2d271bf4b9fa607 /include/linux/blkdev.h | |
| parent | 5b4dcaf851df8c414bfc2ac3bf9c65fc942f3be4 (diff) | |
| parent | edb5c1f885207d1d74e8a1528e6937e02829ee6e (diff) | |
ASoC: renesas: msiof: Make small adjustments to avoid
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Current Renesas MSIOF get unknown error when first used.
This patch-set will fixup this issue.
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
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 }; |
