From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0AB68C352A2 for ; Thu, 6 Feb 2020 16:03:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D43EB21775 for ; Thu, 6 Feb 2020 16:03:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=toxicpanda-com.20150623.gappssmtp.com header.i=@toxicpanda-com.20150623.gappssmtp.com header.b="WQBoHKhC" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727471AbgBFQDo (ORCPT ); Thu, 6 Feb 2020 11:03:44 -0500 Received: from mail-qk1-f194.google.com ([209.85.222.194]:40685 "EHLO mail-qk1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726925AbgBFQDo (ORCPT ); Thu, 6 Feb 2020 11:03:44 -0500 Received: by mail-qk1-f194.google.com with SMTP id b7so6016021qkl.7 for ; Thu, 06 Feb 2020 08:03:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toxicpanda-com.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=auM1D6XkmuTWoAnI2coioQdaLdPF1YSkzr7zrBrEwas=; b=WQBoHKhC763PVLixj0hPEN8PIG6tDU+lgk97gN5E9kveHqzGwcUyLPMJJaqQjjZ6NS K/qnsr9C54SXr2jbVhNXChpXvTJkEawU3KJQNSHS/TKAMruUOUMnJmqkpHM++s775/Nq JULgUhrFsZ4BwPki+cJDeCzRSqQe4Xu7/DYulubjrCl8e24OQ/Z5DgdCV4heaUFD/hTH kPk52I0cf7DFUFh/7soSfkqcFpA491cxVInO4J2ayyM24xjdHylxpYoCc/0p2/f77DIt 8BTOh/8MW6QbonKiCX3pz6b2LDYajZP8MLTK4CcvyMxl2UpuMpvFO9yfnkSHUd6xWOYf GuXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=auM1D6XkmuTWoAnI2coioQdaLdPF1YSkzr7zrBrEwas=; b=C7ItuhAW1t4Sq8uUfJumLAW3mtxAHjM1Ori5TuphsoUrhdylwf8WDKgKuTU9UP8tI2 ARxDZU2Qk1Vk4LNoVrRXgEFec6GEjWMLm6n13fJdq5RQ4Fd/N0UlwvosJ/wRnBxlidr+ y0sPdUtnnyznLzbS9YCzXuxOSv0hipzoOh8B4qDXwYNv2NDBrhPwbTtEtpLDn6AHHP1p xTa7u5/h2G/DMM3o1SYljf0RIaf9y55TB03HAfqjap3hE8/Tgr+Bzke8qkKvjgmGu+Fi WQtkth/v9ReZMLcgsTNWeSabdsLp+NCKqFSs+ANUMZP3u8D21rq0FqlF68Cb/8rRE/9L 3DMA== X-Gm-Message-State: APjAAAVtYGJIpAdnXmM7CDZJ97N/FvNoU/mqf6fS76UUa2Ogln32zOgK a8u7tRfYiRCdWrMF4stwE/lFww== X-Google-Smtp-Source: APXvYqzpVLG0Ivic4pzG3Bnusjsr/tgABOuEpIHdJh+WJ1iPZqfwSRq8tkcFe2M8rDrfTmb1K21vVA== X-Received: by 2002:ae9:e306:: with SMTP id v6mr3163469qkf.162.1581005021680; Thu, 06 Feb 2020 08:03:41 -0800 (PST) Received: from [192.168.1.106] ([107.15.81.208]) by smtp.gmail.com with ESMTPSA id s20sm1593316qkg.131.2020.02.06.08.03.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 06 Feb 2020 08:03:40 -0800 (PST) Subject: Re: [PATCH 01/20] btrfs: change type of full_search to bool To: Naohiro Aota , linux-btrfs@vger.kernel.org, David Sterba Cc: Chris Mason , Nikolay Borisov , Damien Le Moal , Johannes Thumshirn , Hannes Reinecke , Anand Jain , linux-fsdevel@vger.kernel.org References: <20200206104214.400857-1-naohiro.aota@wdc.com> <20200206104214.400857-2-naohiro.aota@wdc.com> From: Josef Bacik Message-ID: Date: Thu, 6 Feb 2020 11:03:40 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.4.2 MIME-Version: 1.0 In-Reply-To: <20200206104214.400857-2-naohiro.aota@wdc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On 2/6/20 5:41 AM, Naohiro Aota wrote: > While the "full_search" variable defined in find_free_extent() is bool, but > the full_search argument of find_free_extent_update_loop() is defined as > int. Let's trivially fix the argument type. > > Signed-off-by: Naohiro Aota Reviewed-by: Josef Bacik Thanks, Josef