On 2023/5/22 17:21, Gao Xiang wrote:
As Sandeep shown [1], high priority RT per-cpu kthreads are
typically helpful for Android scenarios to minimize the scheduling
latencies.
Switch EROFS_FS_PCPU_KTHREAD_HIPRI on by default if
EROFS_FS_PCPU_KTHREAD is on since it's the typical use cases for
EROFS_FS_PCPU_KTHREAD.
Also clean up unneeded sched_set_normal().
[1]
https://lore.kernel.org/r/CAB=be-sbto6vcoylna9f-9van5r0t3o_zn+fw8gbo6wyuqf...@mail.gmail.com
Cc: Sandeep Dhavale <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Reviewed-by: Chao Yu <[email protected]>
Thanks,