From f341cf45fc3898083110dd6076fbbb922b8bd1b2 Mon Sep 17 00:00:00 2001 From: zhanghc Date: Thu, 29 Jun 2006 10:45:45 +0000 Subject: [PATCH] b=4778 r=adilger DESCRIPTION: fix a bug --- lustre/obdfilter/filter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 4032177..c30e00e 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -2655,7 +2655,6 @@ static int filter_handle_precreate(struct obd_export *exp, struct obdo *oa, LASSERTF(diff >= 0,"%s: "LPU64" - "LPU64" = %d\n",obd->obd_name, oa->o_id, filter_last_id(filter, group), diff); - RETURN(diff); } if (diff > 0) { -- 1.8.3.1