Whamcloud - gitweb
Move random uuid functions to prng.c
[fs/lustre-release.git] / lustre / liblustre / llite_lib.c
index 6f0c570..d179c10 100644 (file)
@@ -84,7 +84,7 @@ int liblustre_process_log(struct config_llog_instance *cfg,
         struct obd_connect_data *ocd = NULL;
         ENTRY;
 
-        generate_random_uuid(uuid);
+        ll_generate_random_uuid(uuid);
         class_uuid_unparse(uuid, &mgc_uuid);
 
         nid = libcfs_str2nid(mgsnid);