Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751600AbdFEIhQ (ORCPT ); Mon, 5 Jun 2017 04:37:16 -0400 Received: from verein.lst.de ([213.95.11.211]:38844 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbdFEIhP (ORCPT ); Mon, 5 Jun 2017 04:37:15 -0400 Date: Mon, 5 Jun 2017 10:37:14 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , Sagi Grimberg , Keith Busch , Hannes Reinecke , maxg@mellanox.com, Linux NVMe Mailinglist , Linux Kernel Mailinglist Subject: Re: [PATCH v4 8/8] nvmet: use NVME_IDENTIFY_DATA_SIZE Message-ID: <20170605083714.GA22677@lst.de> References: <20170604103649.22130-1-jthumshirn@suse.de> <20170604103649.22130-9-jthumshirn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170604103649.22130-9-jthumshirn@suse.de> 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 Content-Length: 199 Lines: 5 On Sun, Jun 04, 2017 at 12:36:49PM +0200, Johannes Thumshirn wrote: > Use NVME_IDENTIFY_DATA_SIZE define instead of hard coding the magic > 4096 value. Can you bump this to the front of the series?