From owner-svn-src-stable@freebsd.org Sun Oct 18 20:48:20 2015 Return-Path: Delivered-To: svn-src-stable@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 ABF84A18EC9; Sun, 18 Oct 2015 20:48:20 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E34B6D; Sun, 18 Oct 2015 20:48:20 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by wicll6 with SMTP id ll6so70753462wic.0; Sun, 18 Oct 2015 13:48:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=chGGhF7C4NgLdbMyeTsEba/fnkfJooeVyy5X+AhEqOo=; b=GD05DJ67gvvOVOSwOhf/MBZLeXnN6rnazMpIcNBgWSf1SHUGzJOyhoFGCVVYfJsgY/ J5XmemhFrlnNEZ16DjnpiuKoCNTYny2PdYAhRxqsKkjd+pJwx0fuZIjPJVCMrRYwkdYn 9MMIW82DLWVIswC0MtaKYGI708l6wANvTh34awRjhnU/OXxn1mTOS8g0VNgKncw4tCno ohda+W7wnXg+DMlkqYF9CTwwhAZjmEPO47BCBrUn/450ZSR+FvvIXUaqNg9zNyHMaj3M fY3pSVZnVMO/YixhfKWrh1dhYr+TzZeNy1cYtUGK2A8FQ9H8HY1ZcJla46PM8GA/0DJ1 GYsA== X-Received: by 10.194.235.39 with SMTP id uj7mr32500115wjc.115.1445201298247; Sun, 18 Oct 2015 13:48:18 -0700 (PDT) Received: from brick.home (adjc3.neoplus.adsl.tpnet.pl. [79.184.210.3]) by smtp.gmail.com with ESMTPSA id r9sm35943718wjz.35.2015.10.18.13.48.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Oct 2015 13:48:17 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Sun, 18 Oct 2015 22:48:14 +0200 From: Edward Tomasz Napierala To: John-Mark Gurney Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r289516 - in stable/10: sbin/mdconfig sys/dev/md sys/sys Message-ID: <20151018204814.GA7903@brick.home> Mail-Followup-To: John-Mark Gurney , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org References: <201510181452.t9IEqVh9099329@repo.freebsd.org> <20151018183751.GB65715@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151018183751.GB65715@funkthat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2015 20:48:20 -0000 On 1018T1137, John-Mark Gurney wrote: > Edward Tomasz Napierala wrote this message on Sun, Oct 18, 2015 at 14:52 +0000: > > Author: trasz > > Date: Sun Oct 18 14:52:31 2015 > > New Revision: 289516 > > URL: https://svnweb.freebsd.org/changeset/base/289516 > > > > Log: > > MFC r258909: > > The following description doesn't match what r258909 says: > https://svnweb.freebsd.org/base?view=revision&revision=r258909 > > wrong commit or wrong message? Sorry for that, it's a copy/paste error. The right one should read: Add "null" backend to mdconfig(8). This does exactly what the name suggests, and is somewhat useful for benchmarking.