Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754992AbbFESRO (ORCPT ); Fri, 5 Jun 2015 14:17:14 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:36030 "EHLO mail-lb0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754596AbbFESRL (ORCPT ); Fri, 5 Jun 2015 14:17:11 -0400 Message-ID: <5571E79E.2050907@bjorling.me> Date: Fri, 05 Jun 2015 20:17:02 +0200 From: Matias Bjorling User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: hch@infradead.org, axboe@fb.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org CC: javier@lightnvm.io, Stephen.Bates@pmcs.com, keith.busch@intel.com Subject: Re: [PATCH v4 4/8] bio: Introduce LightNVM payload References: <1433508870-28251-1-git-send-email-m@bjorling.me> <1433508870-28251-5-git-send-email-m@bjorling.me> In-Reply-To: <1433508870-28251-5-git-send-email-m@bjorling.me> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 495 Lines: 15 > - > +#if defined(CONFIG_NVM) > + struct bio_nvm_payload *bi_nvm; /* open-channel ssd backend */ > +#endif > unsigned short bi_vcnt; /* how many bio_vec's */ > Jens suggests this to implemented using a bio clone. Will do in the next refresh. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/