From owner-cvs-all Wed Jan 6 10:18:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16842 for cvs-all-outgoing; Wed, 6 Jan 1999 10:18:15 -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 KAA16837; Wed, 6 Jan 1999 10:18:13 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28444; Wed, 6 Jan 1999 10:18:07 -0800 (PST) Date: Wed, 6 Jan 1999 10:18:07 -0800 (PST) Message-Id: <199901061818.KAA28444@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/contrib/sys/softupdates ffs_softdep.c src/sys/gnu/ext2fs ext2_alloc.c src/sys/ufs/ffs ffs_inode.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/06 10:18:07 PST Modified files: contrib/sys/softupdates ffs_softdep.c sys/gnu/ext2fs ext2_alloc.c sys/ufs/ffs ffs_inode.c Log: UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value MNT_WAIT when we mean boolean `true' or check for that value not being passed. There was no problem in practice because MNT_WAIT had the magic value of 1. Revision Changes Path 1.19 +5 -5 src/contrib/sys/softupdates/ffs_softdep.c 1.23 +1 -1 src/sys/gnu/ext2fs/ext2_alloc.c 1.51 +2 -2 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