From: ericm Date: Thu, 13 Nov 2003 07:54:34 +0000 (+0000) Subject: again merge b_devel to b_eq 20031113 X-Git-Tag: v1_7_100~1^248~64 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=78eadffeee71974c51693e2beca14b6f46d78f13;p=fs%2Flustre-release.git again merge b_devel to b_eq 20031113 yesterday's merge brought in some nasty bugs. --- diff --git a/lustre/obdclass/lustre_peer.c b/lustre/obdclass/lustre_peer.c index 5987d2e..6950d18 100644 --- a/lustre/obdclass/lustre_peer.c +++ b/lustre/obdclass/lustre_peer.c @@ -117,6 +117,7 @@ int class_add_uuid(char *uuid, __u64 nid, __u32 nal) if (data == NULL) goto fail_1; + CDEBUG(D_INFO, "add uuid %s "LPU64" %u\n", uuid, nid, nal); memcpy(data->uuid, uuid, nob); data->nid = nid; data->nal = nal;