Whamcloud - gitweb
Move random uuid functions to prng.c
[fs/lustre-release.git] / lustre / obdclass / obd_mount.c
index 30782b7..0dd655e 100644 (file)
@@ -640,7 +640,7 @@ static int lustre_start_mgc(struct super_block *sb)
 
         /* Random uuid for MGC allows easier reconnects */
         OBD_ALLOC_PTR(uuid);
-        class_generate_random_uuid(uuidc);
+        ll_generate_random_uuid(uuidc);
         class_uuid_unparse(uuidc, uuid);
 
         /* Start the MGC */