Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750940AbdHRGKN (ORCPT ); Fri, 18 Aug 2017 02:10:13 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:56725 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbdHRGKM (ORCPT ); Fri, 18 Aug 2017 02:10:12 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: byungchul.park@lge.com X-Original-SENDERIP: 10.177.222.33 X-Original-MAILFROM: byungchul.park@lge.com Date: Fri, 18 Aug 2017 15:10:05 +0900 From: Byungchul Park To: Coly Li Cc: kent.overstreet@gmail.com, shli@kernel.org, linux-bcache@vger.kernel.org, linux-raid@vger.kernel.org, nborisov@suse.com, linux-kernel@vger.kernel.org, kernel-team@lge.com Subject: Re: [PATCH v4] bcache: Don't reinvent the wheel but use existing llist API Message-ID: <20170818061005.GB20323@X58A-UD3R> References: <1502426543-15229-1-git-send-email-byungchul.park@lge.com> <20170818012426.GX20323@X58A-UD3R> <34c37201-1ec8-270e-91b0-a8d94b7a7d6e@coly.li> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <34c37201-1ec8-270e-91b0-a8d94b7a7d6e@coly.li> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 393 Lines: 13 On Fri, Aug 18, 2017 at 02:04:20PM +0800, Coly Li wrote: > On 2017/8/18 上午9:24, Byungchul Park wrote: > > On Fri, Aug 11, 2017 at 01:42:23PM +0900, Byungchul Park wrote: > >> Although llist provides proper APIs, they are not used. Make them used. > > > > Any opinions about this? > > > > The patch is good. If Eric has no time, I will take care of it later. Hi, Coly Thanks a lot. :)