diff options
Diffstat (limited to 'patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch')
| -rw-r--r-- | patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch b/patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch index a974950..933884b 100644 --- a/patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch +++ b/patches/0013-workqueue-remove-call-to-non-existent-pr_cont_pool_i.patch @@ -1,7 +1,7 @@ From ecc84438f2032d302f2ecabb53676d79eb0669cb Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 19:09:50 -0600 -Subject: [PATCH 13/33] workqueue: remove call to non-existent +Subject: [PATCH 13/34] workqueue: remove call to non-existent pr_cont_pool_info The function pr_cont_pool_info is called, but does not exist anywhere in @@ -14,7 +14,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 1 deletion(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c -index 5379e3f1af70..34830e034038 100644 +index 5379e3f1af7..34830e03403 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -5338,7 +5338,6 @@ static void wq_watchdog_timer_fn(unsigned long data) @@ -26,5 +26,5 @@ index 5379e3f1af70..34830e034038 100644 jiffies_to_msecs(jiffies - pool_ts) / 1000); } -- -2.28.0 +2.29.1 |
