From: yury Date: Fri, 19 Dec 2008 09:56:57 +0000 (+0000) Subject: b=14522 X-Git-Tag: GIT_EPOCH_B1_6~2^5~289 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=624d01941caeca3fe94bd36cc82374d178f89c51;p=fs%2Flustre-release.git b=14522 r=shadow,tappro - remove wrong assert --- diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index 04c205f..b2c84ea 100644 --- 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);