From owner-cvs-all Thu Oct 29 01:43:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA29021 for cvs-all-outgoing; Thu, 29 Oct 1998 01:43:39 -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 BAA29016; Thu, 29 Oct 1998 01:43:38 -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 BAA18411; Thu, 29 Oct 1998 01:44:12 -0800 (PST) Date: Thu, 29 Oct 1998 01:44:12 -0800 (PST) Message-Id: <199810290944.BAA18411@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:44:12 PST Modified files: sys/gnu/ext2fs ext2_inode.c Log: error return assignment was less than ideal. Fix the part that caused warnings to be the same as the ffs code. Previously, any error from the UFS_UPDATE() call was lost (I think). Revision Changes Path 1.20 +2 -2 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