From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755608AbbI2HHa (ORCPT ); Tue, 29 Sep 2015 03:07:30 -0400 Received: from verein.lst.de ([213.95.11.211]:57531 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755304AbbI2HHY (ORCPT ); Tue, 29 Sep 2015 03:07:24 -0400 Date: Tue, 29 Sep 2015 09:07:22 +0200 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, Keith Busch , Matthew Wilcox , linux-nvme@lists.infradead.org, Akinobu Mita Subject: Re: [PATCH 0/3] blk-mq & nvme: introduce .map_changed Message-ID: <20150929070722.GA15110@lst.de> References: <1443496857-26887-1-git-send-email-tom.leiming@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443496857-26887-1-git-send-email-tom.leiming@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ming, from a quick gance this looks very useful. Please split the callback into two instead of overloading them with the bool mapped parameter. Please keep Akinobu Mita in the loop, as this should go on top of his blk-mq fixes.