* [Ocfs2-devel] [RESEND_PATCH] OCFS2: submit disk heartbeat bio using WRITE_SYNC on behalf of Noboru
@ 2012-11-02 15:13 Jeff Liu
0 siblings, 0 replies; only message in thread
From: Jeff Liu @ 2012-11-02 15:13 UTC (permalink / raw)
To: ocfs2-devel
Hi Joel,
Last year, Noboru once posted a patch to fix OCFS2 unexpected reboot under heavy disk IO, which can be found at:
https://oss.oracle.com/pipermail/ocfs2-devel/2011-December/008438.html
Guru has reproduced this issue and verified that the proposal patch works to fix it.
Could you please accept it? maybe it's better to merge it to stable-kernel.
Thanks,
-Jeff
Signed-off-by: Noboru Iwamatsu <n_iwamatsu@jp.fujitsu.com>
Acked-by: Tao Ma <tm@tao.ma>
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
CC: Srinivas Eeeda <srinivas.eeda@oracle.com>
Reviewd-by: Jie Liu <jeff.liu@oracle.com>
Tested-by: Gurudas Pai <gurudas.pai@oracle.com>
---
fs/ocfs2/cluster/heartbeat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c
index f7c648d..567e7af 100644
--- a/fs/ocfs2/cluster/heartbeat.c
+++ b/fs/ocfs2/cluster/heartbeat.c
@@ -500,7 +500,7 @@ static int o2hb_issue_node_write(struct o2hb_region *reg,
}
atomic_inc(&write_wc->wc_num_reqs);
- submit_bio(WRITE, bio);
+ submit_bio(WRITE_SYNC, bio);
status = 0;
bail:
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-02 15:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 15:13 [Ocfs2-devel] [RESEND_PATCH] OCFS2: submit disk heartbeat bio using WRITE_SYNC on behalf of Noboru Jeff Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.