Module Name: src Committed By: riastradh Date: Sun Jul 30 14:23:54 UTC 2017
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
kmem_xyz(sizeof(struct foo)) --> kmem_xyz(sizeof(*foo))
No change to amd64 binary.
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/sys/ufs/ext2fs/ext2fs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
