From owner-freebsd-stable@FreeBSD.ORG Tue Nov 28 20:13:39 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE92916A49E for ; Tue, 28 Nov 2006 20:13:38 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [74.92.149.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63A0343D70 for ; Tue, 28 Nov 2006 20:06:58 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id 79D95B80F for ; Tue, 28 Nov 2006 15:06:31 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <20061127164119.E63DB45054@ptavv.es.net> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-17--393886693; protocol="application/pkcs7-signature" Message-Id: <454E30B6-3B7A-464E-8960-D7529623593A@khera.org> From: Vivek Khera Date: Tue, 28 Nov 2006 15:06:30 -0500 To: FreeBSD Stable X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Problems unmounting/fssyncking extern UFS filesystem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 20:13:39 -0000 --Apple-Mail-17--393886693 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Nov 28, 2006, at 2:36 PM, Chuck Swiger wrote: > > The other choice would be to make sync [or the sync(2) system call, > more precisely] blocking, so that it does not return until the > buffer cache has been flushed and all dirty pages in VM have been > written to disk. I would love a flag to sync(1) that would also make it wait until all softupdate pending actions are complete as well and force them to happen immediately. --Apple-Mail-17--393886693--