Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/fs
Module Name: src
Committed By: rumble
Date: Sat Sep 8 19:19:37 UTC 2007
Modified Files:
src/sys/fs/efs: efs_vfsops.c
src/sys/fs/sysvbfs: sysvbfs_vfsops.c
Log Message:
Don't explicitly set vp->v_size and then call uvm_vnp_setsize(). This is
not only unnecessary, but trips a kernel assertion introduced in r1.85 of
uvm/uvm_vnode.c.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/fs/efs/efs_vfsops.c
cvs rdiff -r1.15 -r1.16 src/sys/fs/sysvbfs/sysvbfs_vfsops.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