From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Bacik Subject: Re: [PATCH 1/9] block: Convert various code to bio_for_each_segment() Date: Tue, 5 Nov 2013 08:53:33 -0500 Message-ID: <20131105135333.GB27784@localhost.localdomain> References: <1383608187-27368-1-git-send-email-kmo@daterainc.com> <1383608187-27368-2-git-send-email-kmo@daterainc.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , , , Alexander Viro , Chris Mason , Jaegeuk Kim , Joern Engel , Prasad Joshi , Trond Myklebust To: Kent Overstreet Return-path: Content-Disposition: inline In-Reply-To: <1383608187-27368-2-git-send-email-kmo@daterainc.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Nov 04, 2013 at 03:36:19PM -0800, Kent Overstreet wrote: > With immutable biovecs we don't want code accessing bi_io_vec directly - > the uses this patch changes weren't incorrect since they all own the > bio, but it makes the code harder to audit for no good reason - also, > this will help with multipage bvecs later. > The btrfs parts of this look good to me, you can add Reviewed-by: Josef Bacik Thanks for this, Josef