--- c731b7d6bd7e2116660adfd772e62728f4721dd3 +++ c6dfcb5876e1d0ac39767caf3b80ce5dd1e02c1b @@ -398,8 +398,6 @@ inline void cancel_soft_reclaim(void) int get_soft_reclaim_status(void) { int kcompcache_running = atomic_read(&s_reclaim.kcompcached_running); - if(kcompcache_running) - set_user_nice(s_reclaim.kcompcached, 0); return kcompcache_running; } @@ -452,7 +450,6 @@ static int do_compcache(void * nothing) atomic_set(&s_reclaim.kcompcached_running, 0); set_current_state(TASK_INTERRUPTIBLE); - set_user_nice(s_reclaim.kcompcached, 15); schedule(); }