aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
authorTejun Heo <tj@kernel.org>2026-05-29 08:00:13 -1000
committerTejun Heo <tj@kernel.org>2026-05-29 08:00:13 -1000
commitbe7e2b52b04031b7f311a9e27e522a8702fe0b2f (patch)
treee42873c8cce9d8719a3499aa0d3cae0e7e007775 /include
parentb41190945f1ff372f1ff5238fad758bd60c32f49 (diff)
parent21c05ca88a548ca1353cbef189c97d4f03b90692 (diff)
downloadlinux-next-history-be7e2b52b04031b7f311a9e27e522a8702fe0b2f.tar.gz
Merge branch 'for-7.2' into for-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/workqueue.h1
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,