allow cg's to start at frag instead of block boundries
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 Sep 1987 07:12:47 +0000 (23:12 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 10 Sep 1987 07:12:47 +0000 (23:12 -0800)
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.4
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.4
SCCS-vsn: sys/ufs/ffs/fs.h 7.4

usr/src/sys/ufs/ffs/ffs_alloc.c
usr/src/sys/ufs/ffs/fs.h
usr/src/sys/ufs/lfs/lfs_alloc.c

index a3922c4..16fa109 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ffs_alloc.c 7.3 (Berkeley) %G%
+ *     @(#)ffs_alloc.c 7.4 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
index 7f9ea05..d577314 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)fs.h        7.3 (Berkeley) %G%
+ *     @(#)fs.h        7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 5c34fe3..d0e51fb 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)lfs_alloc.c 7.3 (Berkeley) %G%
+ *     @(#)lfs_alloc.c 7.4 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"