X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=mm%2Fpdflush.c;h=8f6ee073c0e3f44a14a40fe1351006b1246e4523;hb=dd6f953adb5c4deb9cd7b6a5054e7d5eafe4ed71;hp=8ce0900dc95ce13052ee6241f7cf6de91f828a8a;hpb=6bfe5c9d6f4dcaa998f67e691359cf7b1c4b443d;p=linux-2.6-omap-h63xx.git diff --git a/mm/pdflush.c b/mm/pdflush.c index 8ce0900dc95..8f6ee073c0e 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);