From: zab Date: Thu, 11 Dec 2003 20:06:24 +0000 (+0000) Subject: - fix up rc = type-o spotted by adilger X-Git-Tag: 1.0.2~67 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=95375a38c0409d6a0fdceef845d83dd76d83aa74;p=fs%2Flustre-release.git - fix up rc = type-o spotted by adilger --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 4707b11..17659dd 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1615,7 +1615,7 @@ static int filter_precreate(struct obd_device *obd, struct obdo *oa, dparent = filter_parent_lock(obd, group, next_id, LCK_PW, &parent_lockh); if (IS_ERR(dparent)) - GOTO(cleanup, PTR_ERR(dparent)); + GOTO(cleanup, rc = PTR_ERR(dparent)); cleanup_phase = 1; dchild = filter_fid2dentry(obd, dparent, group, next_id);