workqueue: fix dev_set_uevent_suppress() imbalance
authorMaxime Bizon <mbizon@freebox.fr>
Mon, 23 Jun 2014 14:35:35 +0000 (16:35 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 23 Jun 2014 18:40:49 +0000 (14:40 -0400)
Uevents are suppressed during attributes registration, but never
restored, so kobject_uevent() does nothing.

Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@vger.kernel.org
Fixes: 226223ab3c4118ddd10688cc2c131135848371ab


No differences found