From e27fed0950bce6104eff3b285e2d686c16ed0c0f Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 12 May 2002 20:21:40 +0000 Subject: ARGH! SBLOCK is not unused. Try to get this right. BBSIZE belongs in (but shouldn't be a constant). Define SBLOCK again, using the right math. Sponsored by: DARPA & NAI Labs. --- sys/gnu/ext2fs/fs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/gnu/ext2fs') diff --git a/sys/gnu/ext2fs/fs.h b/sys/gnu/ext2fs/fs.h index 7360511..785f267 100644 --- a/sys/gnu/ext2fs/fs.h +++ b/sys/gnu/ext2fs/fs.h @@ -55,9 +55,8 @@ * The first boot and super blocks are given in absolute disk addresses. * The byte-offset forms are preferred, as they don't imply a sector size. */ -#define BBSIZE 1024 #define SBSIZE 1024 -#define SBOFF ((off_t)(BBSIZE)) +#define SBLOCK 2 /* * The path name on which the file system is mounted is maintained -- cgit v1.1