diff --git a/fs/ext4/super.c b/fs/ext4/super.c index d87a435adc46c15a470b9bc994164bc3ae31fa85..c096cebcea6bf184c23d6682e10850505074a5fd 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -3594,6 +3594,7 @@ static int ext4_lazyinit_thread(void *arg) unsigned long next_wakeup, cur; BUG_ON(NULL == eli); + set_freezable(); cont_thread: while (true) {