Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b63dc85
)
again merge b_devel to b_eq 20031113
author
ericm
<ericm>
Thu, 13 Nov 2003 07:54:34 +0000
(07:54 +0000)
committer
ericm
<ericm>
Thu, 13 Nov 2003 07:54:34 +0000
(07:54 +0000)
yesterday's merge brought in some nasty bugs.
lustre/obdclass/lustre_peer.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/lustre_peer.c
b/lustre/obdclass/lustre_peer.c
index
5987d2e
..
6950d18
100644
(file)
--- 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;