X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fpdflush.c;h=d6781951267eb654a522529658aaa06199d1772f;hb=d44ed4f86892e350f4b16a3489b7e7c1a9bb7ead;hp=38ce279cc8cdf4fa3a83e29a8ffb509a0551c447;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/mm/pdflush.c b/mm/pdflush.c index 38ce279cc8..d678195126 100644 --- a/mm/pdflush.c +++ b/mm/pdflush.c @@ -105,7 +105,7 @@ static int __pdflush(struct pdflush_work *my_work) spin_unlock_irq(&pdflush_lock); schedule(); - if (try_to_freeze(PF_FREEZE)) { + if (try_to_freeze()) { spin_lock_irq(&pdflush_lock); continue; }