Remove unused BBLOCK and SBLOCK #defines.

Sponsored by: DARPA & NAI Labs.
This commit is contained in:
Poul-Henning Kamp 2002-05-12 19:56:31 +00:00
parent 532aff98f6
commit 16910634dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96471
3 changed files with 0 additions and 6 deletions

View File

@ -59,8 +59,6 @@
#define SBSIZE 1024
#define BBOFF ((off_t)(0))
#define SBOFF ((off_t)(BBOFF + BBSIZE))
#define BBLOCK ((daddr_t)(0))
#define SBLOCK ((daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/*
* The path name on which the file system is mounted is maintained

View File

@ -59,8 +59,6 @@
#define SBSIZE 1024
#define BBOFF ((off_t)(0))
#define SBOFF ((off_t)(BBOFF + BBSIZE))
#define BBLOCK ((daddr_t)(0))
#define SBLOCK ((daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/*
* The path name on which the file system is mounted is maintained

View File

@ -65,8 +65,6 @@
#define SBSIZE 8192
#define BBOFF ((off_t)(0))
#define SBOFF ((off_t)(BBOFF + BBSIZE))
#define BBLOCK ((ufs_daddr_t)(0))
#define SBLOCK ((ufs_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))
/* Max number of fragments per block, this is not tweakable */
#define MAXFRAG 8