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:
072b80f
)
b=3560
author
zab
<zab>
Tue, 8 Jun 2004 16:22:56 +0000
(16:22 +0000)
committer
zab
<zab>
Tue, 8 Jun 2004 16:22:56 +0000
(16:22 +0000)
filter_sync_llog() was double locking a spin lock
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
644b735
..
27f847e
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-1728,7
+1728,7
@@
static void filter_sync_llogs(struct obd_export *dexp)
fglog = nlog;
group = nlog->group;
}
- spin_lock(&filter->fo_llog_list_lock);
+ spin_
un
lock(&filter->fo_llog_list_lock);
if (fglog) {
worked = fglog->group;