cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] GFS2 disable writepages
@ 2007-01-27  0:19 Russell Cattelan
  2007-01-29  9:00 ` Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Russell Cattelan @ 2007-01-27  0:19 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Writepages is causing deadlocks.


-- 
Russell Cattelan <cattelan@redhat.com>
-------------- next part --------------
commit 45ad1874be26eda4dbb34468ae148d9acaeffdcf
Author: Russell Cattelan <cattelan@xenon.msp.redhat.com>
Date:   Fri Jan 26 18:06:50 2007 -0600

    Disable writepages for the moment since it is causing deadlocks
    
    Signed-off-by: Russell Cattelan <cattelan@redhat.com>

diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c
index 9ddf975..65f6e8b 100644
--- a/fs/gfs2/ops_address.c
+++ b/fs/gfs2/ops_address.c
@@ -783,7 +783,8 @@ out:
 
 const struct address_space_operations gfs2_file_aops = {
 	.writepage = gfs2_writepage,
-	.writepages = gfs2_writepages,
+	/* this is causing deadlocks currently, disable for the moment */
+	/*	.writepages = gfs2_writepages, */
 	.readpage = gfs2_readpage,
 	.readpages = gfs2_readpages,
 	.sync_page = block_sync_page,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-29  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-27  0:19 [Cluster-devel] GFS2 disable writepages Russell Cattelan
2007-01-29  9:00 ` Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).