Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae1ca9
)
fix typo
author
shadow
<shadow>
Thu, 4 Jun 2009 04:38:07 +0000
(
04:38
+0000)
committer
shadow
<shadow>
Thu, 4 Jun 2009 04:38:07 +0000
(
04:38
+0000)
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
fcbc00b
..
c3f7cf6
100644
(file)
--- 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