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:
309e9e1
)
fix double-unlock in osccd_main
author
phil
<phil>
Thu, 21 Aug 2003 06:32:25 +0000
(06:32 +0000)
committer
phil
<phil>
Thu, 21 Aug 2003 06:32:25 +0000
(06:32 +0000)
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
6e2df9c
..
84af0dc
100644
(file)
--- a/
lustre/osc/osc_create.c
+++ b/
lustre/osc/osc_create.c
@@
-251,12
+251,10
@@
static int osccd_main(void *arg)
spin_unlock(&osccd->osccd_lock);
EXIT;
break;
- } else {
- osccd->osccd_flags &= ~OSCCD_KICKED;
- spin_unlock(&osccd->osccd_lock);
- osccd_do_create(osccd);
}
+ osccd->osccd_flags &= ~OSCCD_KICKED;
spin_unlock(&osccd->osccd_lock);
+ osccd_do_create(osccd);
}
osccd->osccd_thread = NULL;