Whamcloud - gitweb
restore code commetted in debug mode
authorhuanghua <huanghua>
Tue, 1 Aug 2006 14:16:48 +0000 (14:16 +0000)
committerhuanghua <huanghua>
Tue, 1 Aug 2006 14:16:48 +0000 (14:16 +0000)
lustre/ptlrpc/layout.c

index 7dbef3a..b439129 100644 (file)
@@ -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;