From owner-cvs-src@FreeBSD.ORG Thu Feb 19 01:06:07 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632E716A4CE; Thu, 19 Feb 2004 01:06:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45E4943D1D; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1J967Ge093418; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1J967x0093417; Thu, 19 Feb 2004 01:06:07 -0800 (PST) (envelope-from tjr) Message-Id: <200402190906.i1J967x0093417@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 19 Feb 2004 01:06:07 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs_sb.h ext2_inode.c ext2_readwrite.c ext2_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 09:06:07 -0000 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