Module Name: src
Committed By: thorpej
Date: Fri Oct 23 00:33:25 UTC 1998
Modified Files:
src/sys/ufs/ext2fs: ext2fs_alloc.c ext2fs_dinode.h ext2fs_inode.c
ext2fs_vfsops.c
Log Message:
For consistency w/ FFS/LFS, define EXT2_DINODE_SIZE, and use it instead
of pointer arithmetic and/or sizeof(struct ext2fs_dinode).