• Robert Love's avatar
    [PATCH] remove preempt_disable from pdflush · eb245678
    Robert Love authored
    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.
    eb245678
pdflush.c 5.34 KB