Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758671AbcDEPHS (ORCPT ); Tue, 5 Apr 2016 11:07:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:55010 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758061AbcDEPHQ (ORCPT ); Tue, 5 Apr 2016 11:07:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 05 Apr 2016 17:07:14 +0200 From: Johannes Thumshirn To: =?UTF-8?Q?Matias_Bj=C3=B8rling?= Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block-owner@vger.kernel.org Subject: Re: [PATCH 2/5] lightnvm: implement nvm_submit_ppa_list In-Reply-To: <1459868131-15133-3-git-send-email-m@bjorling.me> References: <1459868131-15133-1-git-send-email-m@bjorling.me> <1459868131-15133-3-git-send-email-m@bjorling.me> Message-ID: <1db59750af8dd17309d9557b2e067ea4@suse.de> User-Agent: Roundcube Webmail Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 465 Lines: 11 On 2016-04-05 16:55, Matias Bjørling wrote: > The nvm_submit_ppa function assumes that users manage all plane > blocks as a single block. Extend the API with nvm_submit_ppa_list > to allow the user to send its own ppa list. If the user submits more > than a single PPA, the user must take care to allocate and free > the corresponding ppa list. > > Signed-off-by: Matias Bjørling Looks good, Reviewed-by: Johannes Thumshirn