From 95375a38c0409d6a0fdceef845d83dd76d83aa74 Mon Sep 17 00:00:00 2001 From: zab Date: Thu, 11 Dec 2003 20:06:24 +0000 Subject: [PATCH] - fix up rc = type-o spotted by adilger --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1