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:
0b5c0ab
)
- fix small typo
author
tappro
<tappro>
Sun, 12 Nov 2006 10:17:00 +0000
(10:17 +0000)
committer
tappro
<tappro>
Sun, 12 Nov 2006 10:17:00 +0000
(10:17 +0000)
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
e63b8d2
..
35fe29d
100644
(file)
--- 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->o
scc_o
a.o_gr;
LASSERT(body->oa.o_gr > 0);
body->oa.o_valid |= OBD_MD_FLID | OBD_MD_FLGROUP;
spin_unlock(&oscc->oscc_lock);