diff options
Diffstat (limited to 'fs/xfs/xfs_alloc.c')
| -rw-r--r-- | fs/xfs/xfs_alloc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_alloc.c b/fs/xfs/xfs_alloc.c index e80dda3437d..8e9a40aa0cd 100644 --- a/fs/xfs/xfs_alloc.c +++ b/fs/xfs/xfs_alloc.c @@ -764,7 +764,7 @@ xfs_alloc_ag_vextent_near(  	 */  	int		dofirst;	/* set to do first algorithm */ -	dofirst = random() & 1; +	dofirst = random32() & 1;  #endif  	/*  	 * Get a cursor for the by-size btree.  |