From: huanghua Date: Tue, 1 Aug 2006 14:16:48 +0000 (+0000) Subject: restore code commetted in debug mode X-Git-Tag: v1_8_0_110~486^2~1304 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6c6f92563ca75475e20d4473f920c7c8a4aeb2b2;p=fs%2Flustre-release.git restore code commetted in debug mode --- 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;