From mboxrd@z Thu Jan 1 00:00:00 1970 From: Abhijith Das Date: Wed, 27 Jun 2007 10:50:40 -0500 Subject: [Cluster-devel] [PATCH] GFS2 - bz 192082: System won't suspend with GFS2 file system mounted In-Reply-To: <468284F6.4070809@redhat.com> References: <468284F6.4070809@redhat.com> Message-ID: <46828750.2090101@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Abhijith Das wrote: >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 >-- > > NACK! Based on IRC conversations with dct, swhiteho