cvs commit: src/sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c
ext2_readwrite.c ext2_vfsops.c
Tim J. Robbins
tjr at FreeBSD.org
Thu Feb 19 01:06:07 PST 2004
tjr 2004/02/19 01:06:07 PST
FreeBSD src repository
Modified files:
sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c
ext2_readwrite.c ext2_vfsops.c
Log:
Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();
pointed out by bde.
Revision Changes Path
1.4 +3 -1 src/sys/gnu/ext2fs/ext2_fs_sb.h
1.46 +1 -9 src/sys/gnu/ext2fs/ext2_inode.c
1.28 +2 -6 src/sys/gnu/ext2fs/ext2_readwrite.c
1.119 +5 -0 src/sys/gnu/ext2fs/ext2_vfsops.c
More information about the cvs-src
mailing list