Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/22/1998 17:33:25
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).