Date: Sat, 14 Feb 2004 22:31:26 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.c Message-ID: <200402150631.i1F6VQ8Y060250@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/02/14 22:31:26 PST FreeBSD src repository Modified files: sbin/mount_ext2fs mount_ext2fs.c Log: Support mounting ext2fs file systems with -async to the small extent that ext2fs in the kernel supports async mounts. ext2fs used to effectively force the -async flag on. -async for ext2fs only gives async (more precisely, delayed) writes for inode updates, so it is barely worth using even when it is safe. Revision Changes Path 1.17 +1 -0 src/sbin/mount_ext2fs/mount_ext2fs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402150631.i1F6VQ8Y060250>