Diff for /xfs-linux/xfs_alloc.c between versions 1.184 and 1.185

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.

Removed from v.1.184  
changed lines
  Added in v.1.185


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>