From: Mike Snitzer Date: Mon, 28 Dec 2020 21:13:52 +0000 (-0500) Subject: Revert "dm crypt: export sysfs of kcryptd workqueue" X-Git-Tag: microblaze-v5.13~453^2 X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=commitdiff_plain;h=48b0777cd93dbd800d3966b6f5c34714aad5c203;hp=48b0777cd93dbd800d3966b6f5c34714aad5c203 Revert "dm crypt: export sysfs of kcryptd workqueue" This reverts commit a2b8b2d975673b1a50ab0bcce5d146b9335edfad. WQ_SYSFS breaks the ability to reload a DM table due to sysfs kobject collision (due to active and inactive table). Given lack of demonstrated need for exposing this workqueue via sysfs: revert exposing it. Reported-by: Ignat Korchagin Signed-off-by: Mike Snitzer ---