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 09078C43603 for ; Mon, 9 Dec 2019 09:59:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D6C6E206D5 for ; Mon, 9 Dec 2019 09:59:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727196AbfLIJ7U (ORCPT ); Mon, 9 Dec 2019 04:59:20 -0500 Received: from mx2.suse.de ([195.135.220.15]:60674 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726377AbfLIJ7U (ORCPT ); Mon, 9 Dec 2019 04:59:20 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D4F96ADAD; Mon, 9 Dec 2019 09:59:18 +0000 (UTC) Subject: Re: bcache kbuild cleanups To: Christoph Hellwig Cc: kent.overstreet@gmail.com, liangchen.linux@gmail.com, linux-bcache@vger.kernel.org, linux-block@vger.kernel.org References: <20191209093829.19703-1-hch@lst.de> From: Coly Li Organization: SUSE Labs Message-ID: Date: Mon, 9 Dec 2019 17:59:13 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <20191209093829.19703-1-hch@lst.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 2019/12/9 5:38 下午, Christoph Hellwig 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, At first glance the patches are good. I will add them into my for-test directory and test with other development patches. Thanks for handling this. -- Coly Li