From 73c1892fcc0c1088a2778152ab9eafb0d8c1b139 Mon Sep 17 00:00:00 2001
From: alex <alex>
Date: Sun, 12 Jun 2005 18:09:42 +0000
Subject: [PATCH] - revert back the change: it breaks replay-dual

---
 lustre/mds/mds_reint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c
index 599741267d..88eef7b989 100644
--- a/lustre/mds/mds_reint.c
+++ b/lustre/mds/mds_reint.c
@@ -108,7 +108,7 @@ int mds_finish_transno(struct mds_obd *mds, struct inode *inode, void *handle,
         if (req->rq_export->exp_failed) {
                 CERROR("committing transaction for disconnected client\n");
                 if (handle)
-                        GOTO(out_commit, rc = -EIO);
+                        GOTO(out_commit, rc);
                 RETURN(rc);
         }
 
-- 
GitLab