From owner-cvs-all Thu Oct 29 01:30:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA27225 for cvs-all-outgoing; Thu, 29 Oct 1998 01:30:19 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA27220; Thu, 29 Oct 1998 01:30:18 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA18089; Thu, 29 Oct 1998 01:30:52 -0800 (PST) Date: Thu, 29 Oct 1998 01:30:52 -0800 (PST) Message-Id: <199810290930.BAA18089@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_inode.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/29 01:30:52 PST Modified files: sys/gnu/ext2fs ext2_inode.c Log: Use vtruncbuf() to clean out cached blocks on a file shorten rather than the more expensive vinvalbuf(), based on the FFS version of the same routine. I don't have any ext2fs filesystems to test this on. Revision Changes Path 1.19 +4 -3 src/sys/gnu/ext2fs/ext2_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message