diff options
| author | Ian Dowse <iedowse@FreeBSD.org> | 2001-09-29 12:52:52 +0000 |
|---|---|---|
| committer | Ian Dowse <iedowse@FreeBSD.org> | 2001-09-29 12:52:52 +0000 |
| commit | c24fb02d96f28fdf4e98ef82c534f32d2c562c90 (patch) | |
| tree | 328e10b5062fabb0afd9decae603dace6e6495b8 /sys/gnu | |
| parent | b5e489b27f85b4adb9164cf29ed5c8bf0a6442b1 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/ext2fs/ext2_fs.h b/sys/gnu/ext2fs/ext2_fs.h index 8d5a56d00b61..c449e2151b54 100644 --- a/sys/gnu/ext2fs/ext2_fs.h +++ b/sys/gnu/ext2fs/ext2_fs.h @@ -48,8 +48,8 @@ #define i_block_group i_spare[0] #define i_next_alloc_block i_spare[1] #define i_next_alloc_goal i_spare[2] -#define i_prealloc_block i_spare[3] -#define i_prealloc_count i_din.di_spare[0] +#define i_prealloc_block i_din.di_spare[0] +#define i_prealloc_count i_din.di_spare[1] /* * The second extended filesystem constants/structures |
