Whamcloud - gitweb
b=4778
authorzhanghc <zhanghc>
Thu, 29 Jun 2006 10:45:45 +0000 (10:45 +0000)
committerzhanghc <zhanghc>
Thu, 29 Jun 2006 10:45:45 +0000 (10:45 +0000)
r=adilger
DESCRIPTION: fix a bug

lustre/obdfilter/filter.c

index 4032177..c30e00e 100644 (file)
@@ -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) {