From owner-svn-src-all@freebsd.org Mon Feb 6 13:58:56 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2EE00CD2230; Mon, 6 Feb 2017 13:58:56 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp002.me.com (st13p35im-asmtp002.me.com [17.164.199.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07C0310A0; Mon, 6 Feb 2017 13:58:56 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp002.me.com by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OKY00I00HCFNS00@st13p35im-asmtp002.me.com>; Mon, 06 Feb 2017 13:58:49 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1486389529; bh=/Bt5K8bgIqubZEEh0DWxSzseTFhj/g8ZtbT9KKuNI6E=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=LGBBu6zoRskb+8E95R6B5sl68lSGCc1uLtF03ZFg6HFJeCRHjS6TK+y/Pd/tLMG/o rCnsdQSmscI8ExOu1OIHB85pXifReE8soP5SPKlWtcqyxxa0qz57hJvAaXphh0q0WH rfwqlgrHuDf5fJPcTjNM8IDgEyWNdFYZ7tfFY4KLYSRKefdB1uAOImECKxohBvZS3C EE5ZRMNQ6QzaWvr3N1SyFGJmqaMZGIPm1W/qgYyKcjspd2bJDYSxQoR/w/EQLyVb43 poNyyQz1ooFJnJTcJR7SNhs4gpCf4PNQBRKoz+B8Gwpbo1knvTMO+AbsNmGyFcd5Qe anT7Eg8P+NySA== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OKY00J5HHHY4M00@st13p35im-asmtp002.me.com>; Mon, 06 Feb 2017 13:58:49 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-06_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1702060139 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r313337 - head/sys/boot/efi/loader From: Toomas Soome In-reply-to: <201702061353.v16Drdfa054163@slippy.cwsent.com> Date: Mon, 06 Feb 2017 15:58:45 +0200 Cc: Toomas Soome , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-transfer-encoding: quoted-printable Message-id: References: <201702061353.v16Drdfa054163@slippy.cwsent.com> To: Cy Schubert X-Mailer: Apple Mail (2.3259) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 13:58:56 -0000 > On 6. veebr 2017, at 15:53, Cy Schubert = wrote: >=20 > In message <201702061057.v16Avs9M018608@repo.freebsd.org>, Toomas = Soome=20 > writes: >> Author: tsoome >> Date: Mon Feb 6 10:57:54 2017 >> New Revision: 313337 >> URL: https://svnweb.freebsd.org/changeset/base/313337 >>=20 >> Log: >> loader: 313329 missed ZFS guard in loader/main.c >=20 > Did you mean r313328? >=20 Oh indeed:( I have no idea how I did mix that up=E2=80=A6 (I blame lack = of coffee;) Should I do something about it? rgds, toomas=