[PATCH] remove preempt_disable from pdflush
It seems by the comments the statements were only there to prevent the thread from finding itself as TASK_RUNNING after a kernel preemption. Since we reverted to the original preemption behavior (which does not do that) it should be safe. Looking over the code confirms - it seems to not be doing anything evil and is properly locked otherwise.
Showing
Please register or sign in to comment