From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:48960 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903AbcKVHaw (ORCPT ); Tue, 22 Nov 2016 02:30:52 -0500 Date: Mon, 21 Nov 2016 23:30:51 -0800 From: Christoph Hellwig To: Ming Lei Cc: Jens Axboe , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christoph Hellwig , Kent Overstreet , Shaohua Li , Mike Christie , Guoqing Jiang , "open list:BCACHE (BLOCK LAYER CACHE)" , "open list:SOFTWARE RAID (Multiple Disks) SUPPORT" Subject: Re: [PATCH 05/12] bcache: debug: avoid to access .bi_io_vec directly Message-ID: <20161122073051.GA21957@infradead.org> References: <1478865957-25252-1-git-send-email-tom.leiming@gmail.com> <1478865957-25252-6-git-send-email-tom.leiming@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478865957-25252-6-git-send-email-tom.leiming@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Nov 11, 2016 at 08:05:33PM +0800, Ming Lei wrote: > Instead we use standard iterator way to do that. > > Signed-off-by: Ming Lei Looks fine, Reviewed-by: Christoph Hellwig