From bae34364d2c3c0baa9ba3a4379df0555d2e1d50e Mon Sep 17 00:00:00 2001 From: tappro Date: Sun, 12 Nov 2006 10:17:00 +0000 Subject: [PATCH] - fix small typo --- lustre/osc/osc_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index e63b8d2..35fe29d 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -151,7 +151,7 @@ static int oscc_internal_create(struct osc_creator *oscc) spin_lock(&oscc->oscc_lock); body->oa.o_id = oscc->oscc_last_id + oscc->oscc_grow_count; - body->oa.o_gr = oscc->oa.o_gr; + body->oa.o_gr = oscc->oscc_oa.o_gr; LASSERT(body->oa.o_gr > 0); body->oa.o_valid |= OBD_MD_FLID | OBD_MD_FLGROUP; spin_unlock(&oscc->oscc_lock); -- 1.8.3.1