diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 23:00:08 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 23:00:08 +0100 |
| commit | 8d353be232212e7e9a53c582d6cbc9570ad24ab8 (patch) | |
| tree | 78b5cc6f96374539496cca6ccf990a383e4240c1 /include | |
| parent | f624c17e475e17a1dbeef56ef624378f4e5a80b7 (diff) | |
| parent | be7e2b52b04031b7f311a9e27e522a8702fe0b2f (diff) | |
| download | linux-next-history-8d353be232212e7e9a53c582d6cbc9570ad24ab8.tar.gz | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/workqueue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index 6177624539b3b..a283766a192aa 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -409,6 +409,7 @@ enum wq_flags { __WQ_DRAINING = 1 << 16, /* internal: workqueue is draining */ __WQ_ORDERED = 1 << 17, /* internal: workqueue is ordered */ __WQ_LEGACY = 1 << 18, /* internal: create*_workqueue() */ + __WQ_DEPRECATED = 1 << 19, /* internal: workqueue is deprecated */ /* BH wq only allows the following flags */ __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI | WQ_PERCPU, |
