From owner-svn-src-head@FreeBSD.ORG Sat Dec 19 11:53:03 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7C45106566C; Sat, 19 Dec 2009 11:53:03 +0000 (UTC) (envelope-from delphij@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 26A648FC08; Sat, 19 Dec 2009 11:53:03 +0000 (UTC) Received: by gxk10 with SMTP id 10so3732795gxk.3 for ; Sat, 19 Dec 2009 03:53:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ouwbnfP4lb5AEzZP2yjHYerNMBspFj/AqIIzY8JzOPg=; b=b9CyB8x6gTG6xdC0XaLySq1xLTPpUls+fJtpXZpAuW0lVlVAyyNfByhttvQSiv8QXm HPmKePnenDEVjtvUUNlqNvJyXaIFmzX4Qg3qH8WUMt4msWIQZacmin5Iavpj7b3gXwwg tILiC4p6ToYGB3AJ9ZlY5iUNfTE7i9xCFDXs8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=LJXAAHoZp6LRWa4dvteykAyS5f1qGo5a/r4s2BuQA5wy48mNGBgWKDb7A1bdwp9yCb 8zraHeCffvMd7yk2DVqllEGoQxIRFFXCRv2yZHgZLWlbXO6+FRvy3TDO8CHceiOjKAdP z4rW2LcsK89/ldU3aahIK5R/MryqisDSAw/OQ= MIME-Version: 1.0 Received: by 10.150.6.17 with SMTP id 17mr8111341ybf.154.1261223581827; Sat, 19 Dec 2009 03:53:01 -0800 (PST) In-Reply-To: <200912191143.nBJBhdv4032147@svn.freebsd.org> References: <200912191143.nBJBhdv4032147@svn.freebsd.org> Date: Sat, 19 Dec 2009 03:53:01 -0800 Message-ID: From: Xin LI To: Xin LI Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200724 - in head: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 11:53:04 -0000 On Sat, Dec 19, 2009 at 3:43 AM, Xin LI wrote: > Author: delphij > Date: Sat Dec 19 11:43:39 2009 > New Revision: 200724 > URL: http://svn.freebsd.org/changeset/base/200724 > > Log: > =C2=A0Apply fix Solaris bug 6462803 zfs snapshot -r failed because > =C2=A0filesystem was busy. > > =C2=A0Submitted by: mm > =C2=A0Approved by: =C2=A0pjd > =C2=A0MFC after: =C2=A0 =C2=A02 weeks Sorry, the commit log was wrong. It should read: Apply fix for Solaris bug 6764159: restore_object() makes a call that can block while having a tx open but not yet committed onnv revision 7996. Cheers, --=20 Xin LI http://www.delphij.net