Date: Wed, 6 Jan 1999 10:18:07 -0800 (PST) From: Bruce Evans <bde@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 Message-ID: <199901061818.KAA28444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901061818.KAA28444>