Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZE

was renamed to SBLOCKSIZE in version 1.33

Reviewed by:	mckusick
This commit is contained in:
rodrigc 2008-05-24 20:44:14 +00:00
parent 0683a5dd33
commit 4e4b0a667c

View File

@ -103,8 +103,8 @@
* 2^32 with only two levels of indirection, MINBSIZE is set to 4096.
* MINBSIZE must be big enough to hold a cylinder group block,
* thus changes to (struct cg) must keep its size within MINBSIZE.
* Note that super blocks are always of size SBSIZE,
* and that both SBSIZE and MAXBSIZE must be >= MINBSIZE.
* Note that super blocks are always of size SBLOCKSIZE,
* and that both SBLOCKSIZE and MAXBSIZE must be >= MINBSIZE.
*/
#define MINBSIZE 4096