Whamcloud - gitweb
LU-10391 lnet: change lr_nid to struct lnet_nid
[fs/lustre-release.git] / lnet / lnet / router_proc.c
index 349d1df..95fe1a5 100644 (file)
@@ -224,7 +224,7 @@ proc_lnet_routes(struct ctl_table *table, int write, void __user *buffer,
                                       libcfs_net2str(net), hops,
                                       priority,
                                       alive ? "up" : "down",
-                                      libcfs_nid2str(route->lr_nid));
+                                      libcfs_nidstr(&route->lr_nid));
                        LASSERT(tmpstr + tmpsiz - s > 0);
                }