From: David Woodhouse Date: Thu, 28 Jun 2007 18:49:36 +0000 (+0100) Subject: [JFFS2] Fix suspend failure with JFFS2 GC thread. X-Git-Tag: v2.6.24-rc1~1364^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e716dd3644c2a79d6ffa4359bac06f57479dcb34;p=pandora-kernel.git [JFFS2] Fix suspend failure with JFFS2 GC thread. The try_to_freeze() call was in the wrong place; we need it in the signal-pending loop now that a pending freeze also makes signal_pending() return true. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed