Received: by 2002:a25:ca44:0:0:0:0:0 with SMTP id a65csp2409099ybg; Thu, 30 Jul 2020 20:53:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxPTnIKeIgEs+U123ImduSOlI4ba39B72riQmcOSFSxoExqkNvikLX+W/HRoeH5lpZP14uS X-Received: by 2002:a05:6402:304b:: with SMTP id bu11mr2001127edb.106.1596167602810; Thu, 30 Jul 2020 20:53:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596167602; cv=none; d=google.com; s=arc-20160816; b=i9F9vwHw/4b/dAiZVXPPmZLnsqgVCxKum1otgFzTofEew1n6654ieIg16+BRI42uFf aax8PMcwi/h8AjGk8OVaW5dQv3Megi/DwsxzJlECCIPmGhm4mY9OBuC/lyq6Nx1VdVy3 vllqWqxaLkx226SvFaGfZWYUicwuU4an+NVFwFn/+NVTNhJzW4j+Cu4H/Z+1xbWTiLcF umHbL6LD77s9sBmjZykRMg4FB2LX9Zqr4l+XRP2BzUtOyEtF1dPu10r4eW6r+//aNwn/ ZEKL0AUVKdreK/PfeD4cbJPOuwcb8Gpr69od5o4Lm0OaG6yGzxhdyRPgdPQpyiKa6Xqz NyCA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=0JXQ7uifwBtH5JJbvdNAC4Nw0qbOVajw++C11BEK7F8=; b=0HTPEt2BAMyALBwpUYP/limKuiE7pCkW5+lAOD3zlSNr4XMxhbR4TlG6ZOHVogytBx /eYgam5jQuN3h6goq0eadLYfXLiXdY0RKua5klYhcGibuyI/7OFY8uPtbZWRL9UlkTGV JbN3fspPsWez9b39RgtQTLMIXbfdpVEm8e4CXsCrv8Wh7JH2uC78H7mhlfF6EA/ugRnh 7vgbYxFDKO1Y0g8BVA0zfnQ6HNIRP3kZ5tMBWQN7g+W37x1ycFN/eIoyTk9wuiKIXgZv xUPoAPkJKNKsL1z/fqG5oLzQQhOXNaWqlRNZqRhhwRZhkwmMYnv7H0Gpj0KSoDUr23L2 iTYQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g10si4560018ejf.54.2020.07.30.20.52.54; Thu, 30 Jul 2020 20:53:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731341AbgGaDtL (ORCPT + 99 others); Thu, 30 Jul 2020 23:49:11 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:51030 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731309AbgGaDtL (ORCPT ); Thu, 30 Jul 2020 23:49:11 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 9FA60129772F42E47FD6; Fri, 31 Jul 2020 11:49:09 +0800 (CST) Received: from [10.164.122.247] (10.164.122.247) by smtp.huawei.com (10.3.19.201) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 31 Jul 2020 11:49:05 +0800 Subject: Re: [PATCH] erofs: fold in used-once helper erofs_workgroup_unfreeze_final() To: Gao Xiang , CC: LKML , Chao Yu References: <20200729180235.25443-1-hsiangkao@redhat.com> From: Chao Yu Message-ID: <0ead5f4b-87b6-6fac-9e79-629880dec155@huawei.com> Date: Fri, 31 Jul 2020 11:49:04 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200729180235.25443-1-hsiangkao@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.164.122.247] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/7/30 2:02, Gao Xiang wrote: > It's expected that erofs_workgroup_unfreeze_final() won't > be used in other places. Let's fold it to simplify the code. > > Signed-off-by: Gao Xiang Reviewed-by: Chao Yu Thanks,