Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp3920845ybb; Mon, 23 Mar 2020 10:07:07 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsDuDZcd+juv4jrioP2cEwyDacPPbqy0q67iKpGZlj1uUfzcTzDIyFvsvs2jke6qT89iiBa X-Received: by 2002:aca:b605:: with SMTP id g5mr212282oif.159.1584983227088; Mon, 23 Mar 2020 10:07:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584983227; cv=none; d=google.com; s=arc-20160816; b=TaX6AMRhonCnQe7Doom853NbzeMjgsvD8gHklI/XkOlG1ombiYAiGcAgFOpkgQLvtr iDef6IzkhPrE9u0awg2mhKGH4oj6W7I9hBXHyzfX5Zyk4Nn1xCrRfWmLe/KVLOmPLAfL gHa/5UwIYvIs+69v+uWjdTpxO4tBX4/xz710lSCs0ntQTykODQ73zp9SduI2J+9hYqSE T2msfXZULUTx+QH1DYPB/ieS7LKniikh/FVd0gmAV0mJan2GCmdUC0RvBT5sn8r3Wqti OtHYzm/UCn5qvCJ7j3EAu0Ga7EqHr3kxkCqgxMko7mbqtjwY5otb5DnIROfIWQm24PgB rADQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=tTGJFYGnZMA23rttfwtSOZdVaLblZz3ZSXArhsHWYwk=; b=n0m+AKTGRMLCABu0FwgddioknaTPslUUrI3MYa6XnCwCcAeK1lCQAA4y9BVuZ81y4F v4KKGBA4WenudaCP6tNhVCJaRKOUYhAzPmpsL7vBHC7i20VHVYih6YxqaTCGf9IlCe73 7QzNi0dVbCUlInHUUipmTESrpRR75F3wjlpx5QMimn+cBE0Tf1M+SQFw9Tzg0RmUniyB 5HN7ckTuAYGt1PpYPcr4Cgy49O5YdbJ3ck4y3GXTM6v2Dj/J8/vjx5IZFApy+JAddKif vIjiL7JzN2qYZM/jN8dAl/5URyF0aXad0DZKuVxy7+ev2eJ/JXMvIPB/hwdl8Jgl2+Da fT5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 53si7732570otd.15.2020.03.23.10.06.52; Mon, 23 Mar 2020 10:07:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-ext4-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727067AbgCWRFt (ORCPT + 99 others); Mon, 23 Mar 2020 13:05:49 -0400 Received: from verein.lst.de ([213.95.11.211]:59553 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726982AbgCWRFt (ORCPT ); Mon, 23 Mar 2020 13:05:49 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 47CE968BEB; Mon, 23 Mar 2020 18:05:46 +0100 (CET) Date: Mon, 23 Mar 2020 18:05:46 +0100 From: Christoph Hellwig To: Jens Axboe Cc: Christoph Hellwig , linux-block@vger.kernel.org, linux-raid@vger.kernel.org, linux-scsi@vger.kernel.org, linux-ext4@vger.kernel.org, reiserfs-devel@vger.kernel.org Subject: Re: cleanup the partitioning code Message-ID: <20200323170546.GA30587@lst.de> References: <20200312151939.645254-1-hch@lst.de> <20200323165234.GA29925@lst.de> <7b7eb188-441a-b503-d526-f5bc029891fc@kernel.dk> <7bb040b9-41c5-9e11-c74d-fec7912e0e3c@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bb040b9-41c5-9e11-c74d-fec7912e0e3c@kernel.dk> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Mon, Mar 23, 2020 at 10:57:07AM -0600, Jens Axboe wrote: > On 3/23/20 10:55 AM, Jens Axboe wrote: > > On 3/23/20 10:52 AM, Christoph Hellwig wrote: > >> ping? > >> > >> On Thu, Mar 12, 2020 at 04:19:18PM +0100, Christoph Hellwig wrote: > >>> Hi Jens, > >>> > >>> this series cleans up the partitioning code. > >> ---end quoted text--- > > > > I did take a look, looks fine to me. Doesn't apply to the 5.7/block > > branch though, I'll take a look in a bit, probably an easy reject. > > Yeah, looks like a trivial conflict with: > > commit e598a72faeb543599bdf0d930df3a71906404e6f > Author: Balbir Singh > Date: Fri Mar 13 05:30:05 2020 +0000 > > block/genhd: Notify udev about capacity change FYI, I still think that series has a bug in the virtio conversion..