From owner-svn-src-all@FreeBSD.ORG Fri Jun 5 17:15:23 2015 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BAAC435; Fri, 5 Jun 2015 17:15:23 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 040DD1853; Fri, 5 Jun 2015 17:15:18 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA20861; Fri, 05 Jun 2015 20:15:10 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Z0vD3-0005Rn-GD; Fri, 05 Jun 2015 20:15:09 +0300 Message-ID: <5571D8CC.3070301@FreeBSD.org> Date: Fri, 05 Jun 2015 20:13:48 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-vendor@FreeBSD.org Subject: Re: svn commit: r284040 - vendor-sys/illumos/dist/uts/common/fs/zfs References: <201506051710.t55HA0pj020861@svn.freebsd.org> In-Reply-To: <201506051710.t55HA0pj020861@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 05 Jun 2015 17:15:23 -0000 On 05/06/2015 20:10, Andriy Gapon wrote: > Author: avg > Date: Fri Jun 5 17:09:59 2015 > New Revision: 284040 > URL: https://svnweb.freebsd.org/changeset/base/284040 > > Log: > 5946 zfs_ioc_space_snaps must check that firstsnap and lastsnap refer to snapshots This commit should have also mentioned 5945 zfs_ioc_send_space must ensure that fromsnap refers to a snapshot > Author: Andriy Gapon > Reviewed by: Steven Hartland > Reviewed by: Matthew Ahrens > Approved by: Gordon Ross > > illumos/illumos-gate@24218bebb460e4015fac2c9f2cec1902eddbcd7b > > Modified: > vendor-sys/illumos/dist/uts/common/fs/zfs/dmu_send.c > vendor-sys/illumos/dist/uts/common/fs/zfs/zfs_ioctl.c -- Andriy Gapon