Whamcloud - gitweb
- revert back the change: it breaks replay-dual
[fs/lustre-release.git] / lustre / mds / mds_reint.c
index 5997412..88eef7b 100644 (file)
@@ -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);
         }