From: adilger Date: Tue, 26 Mar 2002 20:57:40 +0000 (+0000) Subject: Set an initial value for return code. X-Git-Tag: v1_7_100~5857 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7e786f1b4cecde7c044a232e20944917f18620a2;p=fs%2Flustre-release.git Set an initial value for return code. --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 3389057..7ae78f7 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -108,7 +108,7 @@ static int mds_reint_create(struct mds_update_record *rec, struct dentry *de = NULL; struct mds_rep *rep = req->rq_rep.mds; struct dentry *dchild = NULL; - int rc; + int rc = 0; ENTRY; de = mds_fid2dentry(&req->rq_obd->u.mds, rec->ur_fid1, NULL);