From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:60212 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbeFAINc (ORCPT ); Fri, 1 Jun 2018 04:13:32 -0400 Date: Fri, 1 Jun 2018 01:13:30 -0700 From: Christoph Hellwig To: Ladvine D Almeida Cc: "Jens Axboe ; Hannes Reinecke ; Johannes Thumshirn ; Omar Sandoval ; Mike Snitzer ; Shaohua Li ; Bart Van Assche ; Keith Busch ; Ming Lei" , linux-block@vger.kernel.org, "linux-kernel@vger.kernel.org; Manjunath M Bettegowda ; Prabu Thangamuthu ; Tejas Joglekar ; Joao Pinto" Subject: Re: [PATCH] block: Add block level changes for inline encryption Message-ID: <20180601081330.GA13067@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Mon, May 28, 2018 at 02:43:09PM +0100, Ladvine D Almeida wrote: > > This patch introduces new variable under bio structure to > facilitate inline encryption. This variable is used to > associate I/O requests to crypto information. This seems to be missing a whole lot of context. Where is the whole series showing what you are trying to do?