[PKTGEN]: Add try_to_freeze()
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 12 Apr 2007 21:45:32 +0000 (14:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Apr 2007 21:45:32 +0000 (14:45 -0700)
The pktgen module prevents suspend-to-disk.  Fix.

Acked-by: "Michal Piotrowski" <michal.k.k.piotrowski@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/pktgen.c

index 74a9a32..4b01496 100644 (file)
 #include <linux/ioport.h>
 #include <linux/interrupt.h>
 #include <linux/capability.h>
+#include <linux/freezer.h>
 #include <linux/delay.h>
 #include <linux/timer.h>
 #include <linux/list.h>
@@ -3333,6 +3334,8 @@ static int pktgen_thread_worker(void *arg)
                        t->control &= ~(T_REMDEV);
                }
 
+               try_to_freeze();
+
                set_current_state(TASK_INTERRUPTIBLE);
        }