We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285d0f8 commit cf7f273Copy full SHA for cf7f273
fs/erofs/Kconfig
@@ -121,6 +121,7 @@ config EROFS_FS_PCPU_KTHREAD
121
config EROFS_FS_PCPU_KTHREAD_HIPRI
122
bool "EROFS high priority per-CPU kthread workers"
123
depends on EROFS_FS_ZIP && EROFS_FS_PCPU_KTHREAD
124
+ default y
125
help
126
This permits EROFS to configure per-CPU kthread workers to run
127
at higher priority.
fs/erofs/zdata.c
@@ -369,8 +369,6 @@ static struct kthread_worker *erofs_init_percpu_worker(int cpu)
369
return worker;
370
if (IS_ENABLED(CONFIG_EROFS_FS_PCPU_KTHREAD_HIPRI))
371
sched_set_fifo_low(worker->task);
372
- else
373
- sched_set_normal(worker->task, 0);
374
375
}
376
0 commit comments