|
|
| version 1.184, 2006/08/18 04:04:43 | version 1.185, 2007/03/06 02:58:28 |
|---|---|
| Line 764 xfs_alloc_ag_vextent_near( | Line 764 xfs_alloc_ag_vextent_near( |
| */ | */ |
| int dofirst; /* set to do first algorithm */ | int dofirst; /* set to do first algorithm */ |
| dofirst = random() & 1; | dofirst = random32() & 1; |
| #endif | #endif |
| /* | /* |
| * Get a cursor for the by-size btree. | * Get a cursor for the by-size btree. |