CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/07/11 06:39:20
Modified files:
sys/kern : vfs_vnops.c
sys/msdosfs : msdosfs_vnops.c
sys/nfs : nfs_bio.c
sys/sys : vnode.h
sys/ufs/ext2fs : ext2fs_readwrite.c
sys/ufs/ffs : ffs_vnops.c
Log message:
If the current offset is strictly less than the process filesize
rlimit, then a write that would take it over the limit should be
clamped, making it a partial write.
ok beck@
