From owner-cvs-sys Sun Nov 5 13:01:27 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA14276 for cvs-sys-outgoing; Sun, 5 Nov 1995 13:01:27 -0800 Received: (from dyson@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA14263 ; Sun, 5 Nov 1995 13:01:17 -0800 Date: Sun, 5 Nov 1995 13:01:17 -0800 From: John Dyson Message-Id: <199511052101.NAA14263@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_inode.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk dyson 95/11/05 13:01:17 Modified: sys/kern vfs_syscalls.c sys/ufs/ufs ufs_readwrite.c sys/ufs/ffs ffs_inode.c Log: Make MNT_ASYNC more effective for UFS. It should not be too much more dangerous than the original MNT_ASYNC. There might be some minor security considerations due to data writes not being posted as promptly as before. Meta-data operations are still not quite as fast as Linux, but streaming I/O is still higher.