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:
00fdd72
)
b=14522
author
yury
<yury>
Fri, 19 Dec 2008 10:13:19 +0000
(10:13 +0000)
committer
yury
<yury>
Fri, 19 Dec 2008 10:13:19 +0000
(10:13 +0000)
r=shadow,tappro
- remove wrong assert.
lustre/mds/handler.c
patch
|
blob
|
history
diff --git
a/lustre/mds/handler.c
b/lustre/mds/handler.c
index
04c205f
..
b2c84ea
100644
(file)
--- a/
lustre/mds/handler.c
+++ b/
lustre/mds/handler.c
@@
-2275,7
+2275,6
@@
err_llog:
int mds_postrecov(struct obd_device *obd)
{
- struct llog_ctxt *ctxt;
int rc;
ENTRY;
@@
-2283,9
+2282,6
@@
int mds_postrecov(struct obd_device *obd)
RETURN(0);
LASSERT(!obd->obd_recovering);
- ctxt = llog_get_context(obd, LLOG_MDS_OST_ORIG_CTXT);
- LASSERT(ctxt != NULL);
- llog_ctxt_put(ctxt);
/* clean PENDING dir */
rc = mds_cleanup_pending(obd);