From: Abhijith Das Date: Wed, 27 Jun 2007 16:06:19 +0000 (-0500) Subject: [GFS2] System won't suspend with GFS2 file system mounted X-Git-Tag: v2.6.23-rc1~1156^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3657629249eba0b3b61ff964d6e1539b469d117;p=pandora-kernel.git [GFS2] System won't suspend with GFS2 file system mounted The kernel threads in gfs2, namely gfs2_scand, gfs2_logd, gfs2_quotad, gfs2_glockd, gfs2_recoverd weren't doing anything when the suspend mechanism was trying to freeze them. I put in calls to refrigerator() in the loops for all the daemons and suspend works as expected. Signed-off-by: Abhijith Das Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed