From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:41380 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195AbeDEJi1 (ORCPT ); Thu, 5 Apr 2018 05:38:27 -0400 Subject: Re: [PATCH 01/16] btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller To: David Sterba , linux-btrfs@vger.kernel.org References: From: Anand Jain Message-ID: <2b3fce8e-32f3-e217-9490-def0bc00bf39@oracle.com> Date: Thu, 5 Apr 2018 17:40:25 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 04/04/2018 02:34 AM, David Sterba wrote: > The function is called once and is fairly small, we can merge it with > the caller. > > Signed-off-by: David Sterba Reviewed-by: Anand Jain Thanks, Anand