]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
workqueue: Fix flag collision
authorBen Hutchings <ben@decadent.org.uk>
Sun, 3 Sep 2017 00:18:41 +0000 (01:18 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Sun, 10 Sep 2017 23:08:57 +0000 (18:08 -0500)
commita0c8ddaddc4a49163681793cb94e4943095fa2fe
treef2f792207bfceba225d8d9e1b073ba74fc1ea002
parent3c05e0dccbfa956a9c99311d3a5b703a8ab2fb4c
workqueue: Fix flag collision

BugLink: http://bugs.launchpad.net/bugs/1716284
commit fbf1c41fc0f4d3574ac2377245efd666c1fa3075 upstream.

Commit 0a94efb5acbb ("workqueue: implicit ordered attribute should be
overridable") introduced a __WQ_ORDERED_EXPLICIT flag but gave it the
same value as __WQ_LEGACY.  I don't believe these were intended to
mean the same thing, so renumber __WQ_ORDERED_EXPLICIT.

Fixes: 0a94efb5acbb ("workqueue: implicit ordered attribute should be ...")
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
include/linux/workqueue.h