From: Russell Cattelan <cattelan@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] GFS2 disable writepages
Date: Fri, 26 Jan 2007 18:19:12 -0600 [thread overview]
Message-ID: <1169857152.28100.104.camel@xenon.msp.redhat.com> (raw)
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,
next reply other threads:[~2007-01-27 0:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-27 0:19 Russell Cattelan [this message]
2007-01-29 9:00 ` [Cluster-devel] GFS2 disable writepages Steven Whitehouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1169857152.28100.104.camel@xenon.msp.redhat.com \
--to=cattelan@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).