* [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
* [Cluster-devel] GFS2 disable writepages
2007-01-27 0:19 [Cluster-devel] GFS2 disable writepages Russell Cattelan
@ 2007-01-29 9:00 ` Steven Whitehouse
0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2007-01-29 9:00 UTC (permalink / raw)
To: cluster-devel.redhat.com
Hi,
On Fri, 2007-01-26 at 18:19 -0600, Russell Cattelan wrote:
> Writepages is causing deadlocks.
>
>
Under what circumstances is it causing deadlocks? Was this with
data=writeback or data=ordered or both?
Steve.
^ permalink raw reply [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).