From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:34128 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbdCOSJr (ORCPT ); Wed, 15 Mar 2017 14:09:47 -0400 Date: Wed, 15 Mar 2017 11:08:54 -0700 From: Liu Bo To: dsterba@suse.cz, linux-btrfs@vger.kernel.org, Qu Wenruo Subject: Re: [PATCH v2 0/7] cleanup __btrfs_map_block Message-ID: <20170315180853.GA7651@lim.localdomain> Reply-To: bo.li.liu@oracle.com References: <1489523641-10345-1-git-send-email-bo.li.liu@oracle.com> <20170315130753.GG14605@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170315130753.GG14605@twin.jikos.cz> Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Wed, Mar 15, 2017 at 02:07:53PM +0100, David Sterba wrote: > On Tue, Mar 14, 2017 at 01:33:54PM -0700, Liu Bo wrote: > > This is attempting to make __btrfs_map_block less scary :) > > > > The major changes are > > > > 1) split operations for discard out of __btrfs_map_block and we don't copy > > discard operations for the target device of dev replace since they're not > > as important as writes. > > > > 2) put dev replace stuff into helpers since they're basically > > self-independant. > > Thank, I'm going to add the branch to 4.12 queue (right now the branch > is misc-next but it could change), > > https://marc.info/?l=linux-btrfs&m=148741582021588 > > and fix that one too. Oh, sorry about that, copy-and-paste... Thanks, -liubo