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:
267dcd4
)
return the osc create grow counts to 2000, which sadly doesn't work
author
rread
<rread>
Mon, 3 Nov 2003 07:00:17 +0000
(07:00 +0000)
committer
rread
<rread>
Mon, 3 Nov 2003 07:00:17 +0000
(07:00 +0000)
very well on my machine.
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
015b2ca
..
c52ad4b
100644
(file)
--- a/
lustre/osc/osc_create.c
+++ b/
lustre/osc/osc_create.c
@@
-263,8
+263,8
@@
void oscc_init(struct obd_export *exp)
spin_lock_init(&oed->oed_oscc.oscc_lock);
oed->oed_oscc.oscc_exp = exp;
oed->oed_oscc.oscc_kick_barrier = 100;
- oed->oed_oscc.oscc_grow_count = 20;
- oed->oed_oscc.oscc_initial_create_count = 20;
+ oed->oed_oscc.oscc_grow_count = 20
00
;
+ oed->oed_oscc.oscc_initial_create_count = 20
00
;
oed->oed_oscc.oscc_next_id = 2;
oed->oed_oscc.oscc_last_id = 1;