From mboxrd@z Thu Jan 1 00:00:00 1970 From: Coly Li Subject: Re: how to understand bcache Date: Wed, 24 Jan 2018 17:10:41 +0800 Message-ID: <7505a91a-e89b-af7e-9e1c-23632a4734e8@suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de ([195.135.220.15]:39809 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932517AbeAXJKw (ORCPT ); Wed, 24 Jan 2018 04:10:52 -0500 In-Reply-To: Content-Language: en-US Sender: linux-bcache-owner@vger.kernel.org List-Id: linux-bcache@vger.kernel.org To: Pony Cheng , linux-bcache@vger.kernel.org On 24/01/2018 10:34 AM, Pony Cheng wrote: > Hi all, > > I'm beginner of kernel module, and I'm reading bcache codebase now. > But I'm very confused about many details, such as b+tree and io path. > > So, what should I do now, do you have some advices? Hi Pony, Read the code, through out your questions. If the question is easy/simple, you may have response. Coly Li