From owner-cvs-src@FreeBSD.ORG Thu Nov 1 11:32:44 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D32C316A41A; Thu, 1 Nov 2007 11:32:44 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 2102513C4A8; Thu, 1 Nov 2007 11:32:43 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id E34CA2098; Thu, 1 Nov 2007 12:32:11 +0100 (CET) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: -0.1/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 5FAA02095; Thu, 1 Nov 2007 12:32:11 +0100 (CET) Received: by ds4.des.no (Postfix, from userid 1001) id 3D13784479; Thu, 1 Nov 2007 12:32:11 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Pawel Jakub Dawidek References: <200711011104.lA1B4LeH036010@repoman.freebsd.org> Date: Thu, 01 Nov 2007 12:32:11 +0100 In-Reply-To: <200711011104.lA1B4LeH036010@repoman.freebsd.org> (Pawel Jakub Dawidek's message of "Thu\, 1 Nov 2007 11\:04\:21 +0000 \(UTC\)") Message-ID: <867il2w69w.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/contrib/opensolaris/uts/common/fs/zfs zvol.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2007 11:32:44 -0000 Pawel Jakub Dawidek writes: > Log: > Call zil_commit() (if ZIL is not disabled) after every non-read request > (BIO_WRITE and BIO_FLUSH) as it is done is Solaris. The difference is > that Solaris calls it only for sync requests, but we can't say in GEOM > is the request is sync or async, so we do it for every request. Perhaps that is something that should be fixed in GEOM... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no