Any questions? On 2022/04/19 8:31, Tetsuo Handa wrote: > Flushing system-wide workqueues is dangerous and will be forbidden. > Replace system_wq with local aoe_wq. > > Link: https://lkml.kernel.org/r/49925af7-78a8-a3dd-bce6-cfc02e1a9236@xxxxxxxxxxxxxxxxxxx > Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> > --- > Changes in v2: > Fix link error, reported by kernel test robot <lkp@xxxxxxxxx> > > drivers/block/aoe/aoe.h | 2 ++ > drivers/block/aoe/aoeblk.c | 2 +- > drivers/block/aoe/aoecmd.c | 2 +- > drivers/block/aoe/aoedev.c | 4 ++-- > drivers/block/aoe/aoemain.c | 10 +++++++++- > 5 files changed, 15 insertions(+), 5 deletions(-)