vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| re for clusteralloc times are not updated when cg is written as all the other functions doo. cu -- paranoic mickey (my employers have changed but, the name has remained) Index: ffs_alloc.c ================================================== ================= RCS file: /cvs/src/sys/ufs/ffs/ffs_alloc.c,v retrieving revision 1.77 diff -u -r1.77 ffs_alloc.c --- ffs_alloc.c 1 Jun 2007 23:47:57 -0000 1.77 +++ ffs_alloc.c 18 Jun 2007 19:31:48 -0000 @@ -1491,6 +1491,8 @@ /* * Allocate the cluster that we have found. */ + cgp->cg_ffs2_time = cgp->cg_time = time_second; + #ifdef DIAGNOSTIC for (i = 1; i <= len; i++) if (!ffs_isblock(fs, cg_blksfree(cgp), got - run + i)) |