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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 3B4BBC43603 for ; Thu, 12 Dec 2019 15:34:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1659B206DA for ; Thu, 12 Dec 2019 15:34:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729139AbfLLPed (ORCPT ); Thu, 12 Dec 2019 10:34:33 -0500 Received: from verein.lst.de ([213.95.11.211]:34433 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729013AbfLLPed (ORCPT ); Thu, 12 Dec 2019 10:34:33 -0500 Received: by verein.lst.de (Postfix, from userid 2407) id 4F2E368B05; Thu, 12 Dec 2019 16:34:30 +0100 (CET) Date: Thu, 12 Dec 2019 16:34:30 +0100 From: Christoph Hellwig To: Liang C Cc: Christoph Hellwig , Coly Li , Kent Overstreet , linux-bcache@vger.kernel.org, linux-block@vger.kernel.org Subject: Re: bcache kbuild cleanups Message-ID: <20191212153430.GA10543@lst.de> References: <20191209093829.19703-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Wed, Dec 11, 2019 at 11:17:44PM +0800, Liang C wrote: > > Hi Coly and Liang, > > > > can you review this series to sort out the bcache superblock reading for > > larger page sizes? I don't have bcache test setup so this is compile > > tested only. > > > Hi Christoph, > > Thanks for making the patches. I looked through them, but didn't see > where cache and cached_dev have their sb_disk assigned. > That would be an issue when __write_super tries to add the > corresponding page to the bio. Not sure if there is there anything I > missed. Yes, that was missing.