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:
209061d
)
fix silly defect, thanks Wangdi.
author
tappro
<tappro>
Fri, 18 Aug 2006 07:19:50 +0000
(07:19 +0000)
committer
tappro
<tappro>
Fri, 18 Aug 2006 07:19:50 +0000
(07:19 +0000)
lustre/mdt/mdt_recovery.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_recovery.c
b/lustre/mdt/mdt_recovery.c
index
ab0c55a
..
4313339
100644
(file)
--- a/
lustre/mdt/mdt_recovery.c
+++ b/
lustre/mdt/mdt_recovery.c
@@
-586,10
+586,10
@@
static int mdt_txn_commit_cb(const struct lu_context *ctx,
spin_lock(&mdt->mdt_transno_lock);
if (txi->txi_transno > mdt->mdt_last_committed) {
mdt->mdt_last_committed = txi->txi_transno;
- spin_lock(&mdt->mdt_transno_lock);
+ spin_
un
lock(&mdt->mdt_transno_lock);
ptlrpc_commit_replies (obd);
} else
- spin_lock(&mdt->mdt_transno_lock);
+ spin_
un
lock(&mdt->mdt_transno_lock);
CDEBUG(D_HA, "%s: transno "LPD64" committed\n",
obd->obd_name, txi->txi_transno);