Loading fs/f2fs/sysfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -253,6 +253,7 @@ static ssize_t __sbi_store(struct f2fs_attr *a, if (t >= 1) { sbi->gc_mode = GC_URGENT; if (sbi->gc_thread) { sbi->gc_thread->gc_wake = 1; wake_up_interruptible_all( &sbi->gc_thread->gc_wait_queue_head); wake_up_discard_thread(sbi, true); Loading Loading
fs/f2fs/sysfs.c +1 −0 Original line number Diff line number Diff line Loading @@ -253,6 +253,7 @@ static ssize_t __sbi_store(struct f2fs_attr *a, if (t >= 1) { sbi->gc_mode = GC_URGENT; if (sbi->gc_thread) { sbi->gc_thread->gc_wake = 1; wake_up_interruptible_all( &sbi->gc_thread->gc_wait_queue_head); wake_up_discard_thread(sbi, true); Loading