From: alex Date: Sun, 12 Jun 2005 18:09:42 +0000 (+0000) Subject: - revert back the change: it breaks replay-dual X-Git-Tag: 1.4.10~1022 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=73c1892fcc0c1088a2778152ab9eafb0d8c1b139;p=fs%2Flustre-release.git - revert back the change: it breaks replay-dual --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 5997412..88eef7b 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); }