From owner-cvs-all Mon Dec 18 20:20:16 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 20:20:14 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D6C337B400; Mon, 18 Dec 2000 20:20:14 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBJ4KDf21547; Mon, 18 Dec 2000 20:20:13 -0800 (PST) (envelope-from mckusick) Message-Id: <200012190420.eBJ4KDf21547@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 18 Dec 2000 20:20:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/12/18 20:20:13 PST Modified files: sys/ufs/ffs ffs_inode.c Log: Get rid of spurious check in ffs_truncate for i_size == length which fails to set the modification time on the file. The same check a few lines later takes the correct action. Submitted by: Ian Dowse Revision Changes Path 1.67 +1 -3 src/sys/ufs/ffs/ffs_inode.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message