Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2008 19:43:20 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 151827 for review
Message-ID:  <200810231943.m9NJhKEW088305@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151827

Change 151827 by ed@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.
  *



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810231943.m9NJhKEW088305>