From mboxrd@z Thu Jan 1 00:00:00 1970 From: m@bjorling.me (Matias Bjorling) Date: Fri, 05 Jun 2015 20:17:02 +0200 Subject: [PATCH v4 4/8] bio: Introduce LightNVM payload In-Reply-To: <1433508870-28251-5-git-send-email-m@bjorling.me> References: <1433508870-28251-1-git-send-email-m@bjorling.me> <1433508870-28251-5-git-send-email-m@bjorling.me> Message-ID: <5571E79E.2050907@bjorling.me> > - > +#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. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matias Bjorling Subject: Re: [PATCH v4 4/8] bio: Introduce LightNVM payload Date: Fri, 05 Jun 2015 20:17:02 +0200 Message-ID: <5571E79E.2050907@bjorling.me> References: <1433508870-28251-1-git-send-email-m@bjorling.me> <1433508870-28251-5-git-send-email-m@bjorling.me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: javier@lightnvm.io, Stephen.Bates@pmcs.com, keith.busch@intel.com To: hch@infradead.org, axboe@fb.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Return-path: In-Reply-To: <1433508870-28251-5-git-send-email-m@bjorling.me> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org > - > +#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.