Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756904AbcDGQn5 (ORCPT ); Thu, 7 Apr 2016 12:43:57 -0400 Received: from mail.kernel.org ([198.145.29.136]:53883 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756821AbcDGQnz (ORCPT ); Thu, 7 Apr 2016 12:43:55 -0400 MIME-Version: 1.0 In-Reply-To: <57067514.7020700@sandisk.com> References: <1458081569-30953-1-git-send-email-mlin@kernel.org> <1458081569-30953-2-git-send-email-mlin@kernel.org> <57067514.7020700@sandisk.com> Date: Thu, 7 Apr 2016 09:43:52 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH RFC 1/2] scatterlist: add mempool based chained SG alloc/free api From: Ming Lin To: Bart Van Assche Cc: lkml , "linux-scsi@vger.kernel.org" , Christoph Hellwig Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 269 Lines: 10 On Thu, Apr 7, 2016 at 7:56 AM, Bart Van Assche wrote: > On 03/15/16 15:39, Ming Lin wrote: >> >> +static void sg_mempoll_free(struct scatterlist *sgl, unsigned int nents) > > > Please change mempoll into mempool. Good catch. Thanks Bart!