Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ufs/ext2fs
Module Name: src
Committed By: kml
Date: Tue Jun 28 16:53:15 UTC 2005
Modified Files:
src/sys/ufs/ext2fs: ext2fs_inode.c ext2fs_lookup.c ext2fs_vnops.c
Log Message:
Ensure that we change the size of the vnode at the same time as
we change the size of the inode, and use ext2fs_size uniformly.
This fixes a crash that occurs when I create a directory, then
move it, all on an ext2 filesystem.
To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -r1.33 -r1.34 src/sys/ufs/ext2fs/ext2fs_lookup.c
cvs rdiff -r1.59 -r1.60 src/sys/ufs/ext2fs/ext2fs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index