From: tappro Date: Sun, 12 Nov 2006 10:17:00 +0000 (+0000) Subject: - fix small typo X-Git-Tag: v1_8_0_110~486^2~183 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bae34364d2c3c0baa9ba3a4379df0555d2e1d50e;p=fs%2Flustre-release.git - fix small typo --- 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);