Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1927121pxb; Mon, 23 Aug 2021 07:55:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzyaoclP7p8s9De9Uk39qsoZKYQTNF2sC8juPipwhSPve+pQwySDcLmX2T7FaevmleAw6e7 X-Received: by 2002:a05:6402:31ad:: with SMTP id dj13mr37389921edb.296.1629730521124; Mon, 23 Aug 2021 07:55:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629730521; cv=none; d=google.com; s=arc-20160816; b=A1cwKT1TCYImfPmz8F+Od8InXaNQD5SyU62VEeasqkMruzHnKcO6WOXr4uglbd6ju/ LQUh9ro4N+D+em8eKjoP0T5uHmyrP3rDqFqjTuWi69uosc1PElCzR8qM2c4hQ8/H9oCB GgQ6bHkk2VWifhw1RDzxf9a80yXnpcR7l8c5v7Ymm0UcJjo4d2szQTduMJSKKGlDY4oY 67Jp94TEdU2MIT7ihHbiHW9CX+CTwEmsF0nSTktHQEV2Q3MfiY3SQirEkW8SuV6Um5Q3 DhI4nEl9FAf/NR52BOnmRuUC7ES6cgSzsxvmldAiQC6jjhE2zaP5zPRj9tZL+cXSm87A UDcg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:message-id:in-reply-to :date:references:organization:subject:cc:to:from; bh=kZ/8uyp1/oRxUCtI2dwfZuIpSLa1KmDTv6CjiMU0wbo=; b=A/tDXzYX77y/XKnsMa4HUz33Ng4jpJIb+JPNE01RVUBxFyjsHX1r4NbHpfEKcJYBlp MI8iQyFU1+96h+qmVsmZrHlBq99uqpwSfld5PrKP7Q+aaJrmWI9ZfFFJgm1vxQw4bKSx Ngk1wZO2OAueLvMTZjlKk6YEI09JqCFPphyGlsIkOciug16yfw1ZSE5B1/sTbsCxbJxk gISfcpXHyq3l0JOLXN86jXqwnc5oOnsSMVrxlBioQ2w9T/DEPbhrfbIUKayGavrvCAAL sHD3zF6qftzBH2ly+Us3ZtN/68KICIjOvR/4r56W+fP7l0eLMVVqGOVHlyru69baVWKe bX8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 17si14411902ejx.425.2021.08.23.07.54.54; Mon, 23 Aug 2021 07:55:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230470AbhHWOxY (ORCPT + 99 others); Mon, 23 Aug 2021 10:53:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230462AbhHWOxX (ORCPT ); Mon, 23 Aug 2021 10:53:23 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFE54C061575; Mon, 23 Aug 2021 07:52:40 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 691211F42633 From: Gabriel Krisman Bertazi To: Christoph Hellwig Cc: Shreeya Patel , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [PATCH 02/11] f2fs: simplify f2fs_sb_read_encoding Organization: Collabora References: <20210818140651.17181-1-hch@lst.de> <20210818140651.17181-3-hch@lst.de> Date: Mon, 23 Aug 2021 10:52:36 -0400 In-Reply-To: <20210818140651.17181-3-hch@lst.de> (Christoph Hellwig's message of "Wed, 18 Aug 2021 16:06:42 +0200") Message-ID: <877dgc2oy3.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Christoph Hellwig writes: > Return the encoding table as the return value instead of as an argument, > and don't bother with the encoding flags as the caller can handle that > trivially. > > Signed-off-by: Christoph Hellwig Looks good: Reviewed-by: Gabriel Krisman Bertazi -- Gabriel Krisman Bertazi