modernize the management of the hash and free lists
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 2 Oct 1992 16:10:50 +0000 (08:10 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 2 Oct 1992 16:10:50 +0000 (08:10 -0800)
SCCS-vsn: sys/kern/vfs_bio.c 7.54
SCCS-vsn: sys/kern/vfs_cluster.c 7.54

usr/src/sys/kern/vfs_bio.c
usr/src/sys/kern/vfs_cluster.c

index 683afaf..101cb9f 100644 (file)
@@ -6,7 +6,7 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_bio.c   7.53 (Berkeley) %G%
+ *     @(#)vfs_bio.c   7.54 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 81356d2..f98c622 100644 (file)
@@ -6,7 +6,7 @@
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
  * Use and redistribution is subject to the Berkeley Software License
  * Agreement and your Software Agreement with AT&T (Western Electric).
  *
- *     @(#)vfs_cluster.c       7.53 (Berkeley) %G%
+ *     @(#)vfs_cluster.c       7.54 (Berkeley) %G%
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>