From 624d01941caeca3fe94bd36cc82374d178f89c51 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Dec 2008 09:56:57 +0000 Subject: [PATCH] b=14522 r=shadow,tappro - remove wrong assert --- lustre/mds/handler.c | 4 ---- 1 file changed, 4 deletions(-) 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); -- 1.8.3.1