From e63ee2be354fde40ef51f702fbef754f40fe38b9 Mon Sep 17 00:00:00 2001 From: wangdi Date: Thu, 7 Sep 2006 15:18:27 +0000 Subject: [PATCH] Branch: b_new_cmd in cmd, group should start from 1 --- 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 65da4b8..203a704 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1328,7 +1328,7 @@ static void filter_post(struct obd_device *obd) if (rc) CERROR("error writing server data: rc = %d\n", rc); - for (i = 0; i < filter->fo_group_count; i++) { + for (i = 1; i < filter->fo_group_count; i++) { rc = filter_update_last_objid(obd, i, (i == filter->fo_group_count - 1)); if (rc) -- 1.8.3.1