From 6c6f92563ca75475e20d4473f920c7c8a4aeb2b2 Mon Sep 17 00:00:00 2001 From: huanghua Date: Tue, 1 Aug 2006 14:16:48 +0000 Subject: [PATCH] restore code commetted in debug mode --- lustre/ptlrpc/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/layout.c b/lustre/ptlrpc/layout.c index 7dbef3a..b439129 100644 --- a/lustre/ptlrpc/layout.c +++ b/lustre/ptlrpc/layout.c @@ -641,7 +641,7 @@ static struct lustre_msg *__req_msg(const struct req_capsule *pill, void req_capsule_set(struct req_capsule *pill, const struct req_format *fmt) { -// LASSERT(pill->rc_fmt == NULL); + LASSERT(pill->rc_fmt == NULL); LASSERT(__req_format_is_sane(fmt)); pill->rc_fmt = fmt; -- 1.8.3.1