From owner-cvs-all@FreeBSD.ORG Sat Feb 14 22:31:27 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A9916A4CE; Sat, 14 Feb 2004 22:31:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBE0043D1D; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1F6VQGe060254; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1F6VQ8Y060250; Sat, 14 Feb 2004 22:31:26 -0800 (PST) (envelope-from bde) Message-Id: <200402150631.i1F6VQ8Y060250@repoman.freebsd.org> From: Bruce Evans Date: Sat, 14 Feb 2004 22:31:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2004 06:31:27 -0000 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