X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fpdflush.c;h=8f6ee073c0e3f44a14a40fe1351006b1246e4523;hb=bda0233b89c10ae46ccecb78bffdaf0fd7833d17;hp=8ce0900dc95ce13052ee6241f7cf6de91f828a8a;hpb=c4366889dda8110247be59ca41fddb82951a8c26;p=linux-2.6 diff --git a/mm/pdflush.c b/mm/pdflush.c index 8ce0900dc9..8f6ee073c0 100644 --- a/mm/pdflush.c +++ b/mm/pdflush.c @@ -92,6 +92,7 @@ struct pdflush_work { static int __pdflush(struct pdflush_work *my_work) { current->flags |= PF_FLUSHER | PF_SWAPWRITE; + set_freezable(); my_work->fn = NULL; my_work->who = current; INIT_LIST_HEAD(&my_work->list);