From e554c0051e8cc7fe63abc453c9811fbcd22102f0 Mon Sep 17 00:00:00 2001 From: Alaa Hleihel Date: Mon, 6 Apr 2015 16:22:49 +0300 Subject: [PATCH] compat/compat-2.6.36.c: Fix infinite recursion in flush_scheduled_work issue: 532623 Change-Id: I20a2d78132e06cda8465a0b0c5a7149b8d79e8d4 Signed-off-by: Alaa Hleihel --- compat/compat-2.6.36.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compat/compat-2.6.36.c b/compat/compat-2.6.36.c index 7d9bf8a..197f4e0 100644 --- a/compat/compat-2.6.36.c +++ b/compat/compat-2.6.36.c @@ -50,13 +50,7 @@ EXPORT_SYMBOL_GPL(schedule_delayed_work_on); void flush_scheduled_work(void) { - /* - * It is debatable which one we should prioritize first, lets - * go with the old kernel's one first for now (keventd_wq) and - * if think its reasonable later we can flip this around. - */ flush_workqueue(system_wq); - flush_scheduled_work(); } EXPORT_SYMBOL_GPL(flush_scheduled_work); -- 2.46.0