From owner-cvs-sys Mon Nov 6 07:51:31 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA29261 for cvs-sys-outgoing; Mon, 6 Nov 1995 07:51:31 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA29244 ; Mon, 6 Nov 1995 07:51:10 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA22468; Tue, 7 Nov 1995 02:50:50 +1100 Date: Tue, 7 Nov 1995 02:50:50 +1100 From: Bruce Evans Message-Id: <199511061550.CAA22468@godzilla.zeta.org.au> To: dyson@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c Cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk >> Modified: sys/ufs/ufs ufs_lookup.c >> Log: >> This commit causes UFS to perform at Linux EXT2FS metadata rates. >> ... Just use the -o async flag on the >> UFS mount. Good luck... >Great! >I will stress-test this on my /tmp partition! I think the MNT_ASYNC check in ffs_update() goes too far. It stops timestamps (and perhaps more important things) from being written immediately even for sync() and fsync(). Bruce