diff options
Diffstat (limited to 'patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch')
| -rw-r--r-- | patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch b/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch index 89c3a33..7fc8cce 100644 --- a/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch +++ b/patches/0017-workqueue-remove-call-to-non-existent-show_workqueue.patch @@ -1,7 +1,7 @@ -From 2c2f8bd9b402b4b95edb77d4ed70ba0c7a07fc68 Mon Sep 17 00:00:00 2001 +From 3013e7720054356da5a51621954564f7d9db977e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" <Jason@zx2c4.com> Date: Sun, 24 May 2020 19:18:34 -0600 -Subject: [PATCH 17/32] workqueue: remove call to non-existent +Subject: [PATCH 17/33] workqueue: remove call to non-existent show_workqueue_state The function show_workqueue_state is called, but does not exist anywhere @@ -14,7 +14,7 @@ Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 1 file changed, 3 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c -index 34830e03..873cb111 100644 +index 34830e034038..873cb1115145 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -5345,9 +5345,6 @@ static void wq_watchdog_timer_fn(unsigned long data) @@ -28,5 +28,5 @@ index 34830e03..873cb111 100644 mod_timer(&wq_watchdog_timer, jiffies + thresh); } -- -2.27.0 +2.28.0 |
