From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4646FC64E8A for ; Mon, 30 Nov 2020 17:20:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FF382073C for ; Mon, 30 Nov 2020 17:20:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387451AbgK3RT7 (ORCPT ); Mon, 30 Nov 2020 12:19:59 -0500 Received: from verein.lst.de ([213.95.11.211]:45207 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387446AbgK3RT7 (ORCPT ); Mon, 30 Nov 2020 12:19:59 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id AD3D56736F; Mon, 30 Nov 2020 18:19:15 +0100 (CET) Date: Mon, 30 Nov 2020 18:19:15 +0100 From: Christoph Hellwig To: Jens Axboe Cc: Tejun Heo , Josef Bacik , Coly Li , Mike Snitzer , Greg Kroah-Hartman , Jan Kara , Johannes Thumshirn , dm-devel@redhat.com, Jan Kara , linux-block@vger.kernel.org, linux-bcache@vger.kernel.org, linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org Subject: Re: merge struct block_device and struct hd_struct v4 Message-ID: <20201130171915.GA1499@lst.de> References: <20201128161510.347752-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201128161510.347752-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Nov 28, 2020 at 05:14:25PM +0100, Christoph Hellwig wrote: > A git tree is available here: > > git://git.infradead.org/users/hch/block.git bdev-lookup > > Gitweb: > > http://git.infradead.org/users/hch/block.git/shortlog/refs/heads/bdev-lookup I've updated the git tree with the set_capacity_and_notify change suggested by Jan, a commit log typo fix and the Reviewed-by tags. Jens, can you take a look and potentially merge the branch? That would really help with some of the pending work.