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.23-rc2~11^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b687707d769112aee220bafd50fa113363717ff;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