You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
ext4: make ext4_lazyinit_thread freezable
commit 3b575495ab upstream.
ext4_lazyinit_thread is not set freezable. Hence when the thread calls
try_to_freeze it doesn't freeze during suspend and continues to send
requests to the storage during suspend, resulting in suspend failures.
Cc: stable@kernel.org
Signed-off-by: Lalith Rajendran <lalithkraj@google.com>
Link: https://lore.kernel.org/r/20220818214049.1519544-1-lalithkraj@google.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f34ab95162
commit
ac66db1a43
@@ -3550,6 +3550,7 @@ static int ext4_lazyinit_thread(void *arg)
|
||||
unsigned long next_wakeup, cur;
|
||||
|
||||
BUG_ON(NULL == eli);
|
||||
set_freezable();
|
||||
|
||||
cont_thread:
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user