diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 19:56:31 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-05-12 19:56:31 +0000 |
| commit | 16910634dd4037a40b869ecc83aae9c2a2948274 (patch) | |
| tree | 624f833762359a4ce99704903f8b9d7f05333b18 | |
| parent | 532aff98f656a416caec07173f4476f850db8e4e (diff) | |
Notes
| -rw-r--r-- | sys/gnu/ext2fs/fs.h | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/fs.h | 2 | ||||
| -rw-r--r-- | sys/ufs/ffs/fs.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h index c7e96c98c2cf..311a0c345a87 100644 --- a/sys/gnu/ext2fs/fs.h +++ b/sys/gnu/ext2fs/fs.h @@ -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 diff --git a/sys/gnu/fs/ext2fs/fs.h b/sys/gnu/fs/ext2fs/fs.h index c7e96c98c2cf..311a0c345a87 100644 --- a/sys/gnu/fs/ext2fs/fs.h +++ b/sys/gnu/fs/ext2fs/fs.h @@ -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 diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index e81a06bf38ab..2fb5834a6a20 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -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 |
