From owner-svn-src-all@freebsd.org Fri Jul 26 21:11:06 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 494D2A97A7; Fri, 26 Jul 2019 21:11:06 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECEEF83245; Fri, 26 Jul 2019 21:11:05 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.5] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id 3A8781510D; Fri, 26 Jul 2019 21:11:05 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r349802 - head/sys/fs/ext2fs To: Ed Maste , Fedor Uporov Cc: src-committers , svn-src-all , svn-src-head References: <201907070858.x678w3go067222@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: Date: Fri, 26 Jul 2019 16:11:04 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: ECEEF83245 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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, 26 Jul 2019 21:11:06 -0000 Hi; On 2019-07-24 08:21, Ed Maste wrote: > On Sun, 7 Jul 2019 at 04:58, Fedor Uporov wrote: >> Author: fsu >> Date: Sun Jul 7 08:58:02 2019 >> New Revision: 349802 >> URL: https://svnweb.freebsd.org/changeset/base/349802 >> >> Log: >> Add additional check for 'blocks per group' and 'fragments per group' superblock fields. > Will you MFC this to stable/12 and stable/11? > After light testing, I committed it to stable/12. stable/11 has diverged a lot (the patch doesn't apply cleanly) and since the patch is not critical, it don't think it is worth merging. Cheers, Pedro.