From: shadow Date: Thu, 4 Jun 2009 04:38:07 +0000 (+0000) Subject: fix typo X-Git-Tag: v1_8_2_01~1^2~352 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=83037e9379c290460d41fca732f0b57ff060be80;p=fs%2Flustre-release.git fix typo --- diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index fcbc00b..c3f7cf6 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -282,7 +282,7 @@ static int oscc_wait_for_objects(struct osc_creator *oscc, int count) have_objs = oscc_has_objects_nolock(oscc, count); osc_invalid |= oscc->oscc_flags & OSCC_FLAG_EXITING; - if (!ost_full || !osc_invalid) + if (!ost_full && !osc_invalid) /* they release lock himself */ oscc_internal_create(oscc); else