From 970bd1364d932df169e7fdbaca9ad19c5bfe3bb0 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 27 May 2005 22:45:48 +0000 Subject: [PATCH] b=6412 check in the right file. Severity : major Frequency : occasional Bugzilla : 6412 Description: Nodes with an elan id of 0 trigger a failed assertion --- lustre/obdclass/lustre_peer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdclass/lustre_peer.c b/lustre/obdclass/lustre_peer.c index 0252602..adda050 100644 --- a/lustre/obdclass/lustre_peer.c +++ b/lustre/obdclass/lustre_peer.c @@ -89,7 +89,6 @@ int class_add_uuid(char *uuid, __u64 nid, __u32 nal) int rc; int nob = strnlen (uuid, PAGE_SIZE) + 1; - LASSERT(nid != 0); LASSERT(nal != 0); if (nob > PAGE_SIZE) -- 1.8.3.1