xfs: rename random32() to prandom_u32()
[linux-2.6-block.git] / fs / xfs / xfs_alloc.c
index 0ad23253e8b1ed1da6c723b44d828fbb7e743350..a8beb5c7dd60e2d7b8b114fd0827ec27f37230ab 100644 (file)
@@ -842,7 +842,7 @@ xfs_alloc_ag_vextent_near(
         */
        int             dofirst;        /* set to do first algorithm */
 
-       dofirst = random32() & 1;
+       dofirst = prandom_u32() & 1;
 #endif
 
 restart: