summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ufs/ffs/fs.h')
-rw-r--r--sys/ufs/ffs/fs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h
index 2fb5834..af7fd43 100644
--- a/sys/ufs/ffs/fs.h
+++ b/sys/ufs/ffs/fs.h
@@ -63,8 +63,7 @@
*/
#define BBSIZE 8192
#define SBSIZE 8192
-#define BBOFF ((off_t)(0))
-#define SBOFF ((off_t)(BBOFF + BBSIZE))
+#define SBOFF ((off_t)(BBSIZE))
/* Max number of fragments per block, this is not tweakable */
#define MAXFRAG 8
OpenPOWER on IntegriCloud