PERFORCE change 151827 for review

Ed Schouten ed at FreeBSD.org
Thu Oct 23 19:43:21 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=151827

Change 151827 by ed at ed_dull on 2008/10/23 19:43:15

	Remove unneeded clist block size definitions.

Affected files ...

.. //depot/projects/mpsafetty/sys/sys/param.h#15 edit

Differences ...

==== //depot/projects/mpsafetty/sys/sys/param.h#15 (text+ko) ====

@@ -192,11 +192,6 @@
 
 #define	NODEV	(dev_t)(-1)	/* non-existent device */
 
-#define	CBLOCK	128		/* Clist block size, must be a power of 2. */
-				/* Data chars/clist. */
-#define	CBSIZE	(CBLOCK - sizeof(struct cblock *))
-#define	CROUND	(CBLOCK - 1)	/* Clist rounding. */
-
 /*
  * File system parameters and macros.
  *


More information about the p4-projects mailing list