From 5a49fd06d951d03d8eebb4cc10db2dcecc7ef0e5 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 29 Jun 2005 16:41:07 +0000 Subject: [PATCH] Branch b1_4 Remove never-true assertion. --- lustre/ldlm/ldlm_lock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index 2cee31a..6d7091d 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -933,7 +933,6 @@ int ldlm_run_ast_work(struct ldlm_namespace *ns, struct list_head *rpc_list) (w->w_lock, &w->w_desc, w->w_data, LDLM_CB_BLOCKING); } else if (w->w_lock->l_completion_ast != NULL) { - LASSERT(w->w_lock->l_completion_ast != NULL); rc = w->w_lock->l_completion_ast(w->w_lock, w->w_flags, w->w_data); } else { -- 1.8.3.1