Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp3908463ybb; Mon, 23 Mar 2020 09:54:21 -0700 (PDT) X-Google-Smtp-Source: ADFU+vugm36KvdEwTOAdE681nGWswDNdAonWMi/KlCftg7j359K4kbow0tp7RTZssKYc1jbZrTxo X-Received: by 2002:a54:438f:: with SMTP id u15mr182991oiv.37.1584982461068; Mon, 23 Mar 2020 09:54:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584982461; cv=none; d=google.com; s=arc-20160816; b=tM/L9aYyGE+Yu7AYuZ4HWDZezvijHz+lWVTsaYxmBqqcphgx5RP5t65Hl7HpAXeXX2 QCJDQaS9QfAuHPWBvJqPyqx5wL38Bl9x65+LU1+DTUUivxoUyFsQ/1Z4erzhtTveBtZ6 BJGnNRZXVs2ht9/y1Ti6Gy1/M+K1BNUO9p9d8mGBN2xuGJy0Qj71SpcGFKcd45SnNama bv1/lb4usODEe89oCL/+ck1M4srTnBKVQCaMOtyoklNGAG+26lwZ/4EWGP2SQz688HZN wKFSydAgS7rx3Epk/6E2QRiCvvITMwHIjkMZfE7DYio0e3rmPKRvIFoZxHqcJ/b2s9UA 0KAQ== 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=30aU6So1hWl2el1qTzoTGUF2oKISMOfzu8fWQCJShcA=; b=hEji/BR8Slc7PVRAm+e1H/+9rP8JsVlV70J9ujZR1FXQOISYHcDXTx0D+3ty5u0+mL sA8vCEO4S214IMZxJAxjlgfHVH/ivi8qMT2tTI99TqTLiB1ycDrAAqcxh1g2/eMEmS5z 8l3wDyLwo4Q08TeYm7xLfRZVgLTBgBVeyJ0JpRpTPrW0RPIw8Yjad4Xr+bHW68c5jpRY GCYlQcj7vnGuFC/FWe6Y8+uPncPvxEm5LTdqm0ce8tyLZ4EtZ6kjgFMPqv7iJ/oB/uR/ 6WIe/NOi0hAfOxBB+ELLS0XowQM33NTTowEj6/fsgIm/rGu0Gg+0Ne9AIiDSmrMUCODC Y+Jg== 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 e9si7524001otp.267.2020.03.23.09.54.05; Mon, 23 Mar 2020 09:54:21 -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 S1727556AbgCWQwh (ORCPT + 99 others); Mon, 23 Mar 2020 12:52:37 -0400 Received: from verein.lst.de ([213.95.11.211]:59489 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727312AbgCWQwh (ORCPT ); Mon, 23 Mar 2020 12:52:37 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 8CFF168BEB; Mon, 23 Mar 2020 17:52:34 +0100 (CET) Date: Mon, 23 Mar 2020 17:52:34 +0100 From: Christoph Hellwig To: Jens Axboe Cc: 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: <20200323165234.GA29925@lst.de> References: <20200312151939.645254-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200312151939.645254-1-hch@lst.de> 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 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---