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:
a48e680
)
another spinlock typo
author
phil
<phil>
Thu, 21 Aug 2003 06:10:08 +0000
(06:10 +0000)
committer
phil
<phil>
Thu, 21 Aug 2003 06:10:08 +0000
(06:10 +0000)
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
f5775db
..
6e2df9c
100644
(file)
--- a/
lustre/osc/osc_create.c
+++ b/
lustre/osc/osc_create.c
@@
-274,7
+274,7
@@
void oscc_init(struct lustre_handle *exph)
memset(oed, 0, sizeof(*oed));
INIT_LIST_HEAD(&oed->oed_oscc.oscc_list);
init_waitqueue_head(&oed->oed_oscc.oscc_waitq);
- spin_lock_init(&o
scc->
oscc_lock);
+ spin_lock_init(&o
ed->oed_oscc.
oscc_lock);
oed->oed_oscc.oscc_exph = exph;
oed->oed_oscc.oscc_osccd = &osc_created;
oed->oed_oscc.oscc_kick_barrier = 50;