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:
05b1e40
)
Fixed build break
author
pschwan
<pschwan>
Mon, 15 Apr 2002 16:33:15 +0000
(16:33 +0000)
committer
pschwan
<pschwan>
Mon, 15 Apr 2002 16:33:15 +0000
(16:33 +0000)
lustre/llite/commit_callback.c
patch
|
blob
|
history
diff --git
a/lustre/llite/commit_callback.c
b/lustre/llite/commit_callback.c
index
67592f5
..
22ce766
100644
(file)
--- a/
lustre/llite/commit_callback.c
+++ b/
lustre/llite/commit_callback.c
@@
-48,7
+48,7
@@
static int ll_commitcbd_check_event(struct ll_sb_info *sbi)
GOTO(out, rc = 1);
out:
- spin_unlock(&
mgr->mgr_lock);
+ spin_unlock(&
sbi->ll_commitcbd_lock);
RETURN(rc);
}