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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 20E4DC433EF for ; Wed, 8 Sep 2021 20:54:17 +0000 (UTC) Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C6C4F61131; Wed, 8 Sep 2021 20:54:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C6C4F61131 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=mit.edu Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.92.3) (envelope-from ) id 1mO4aE-0001Fd-9G; Wed, 08 Sep 2021 20:54:14 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1mO4aC-0001FV-V2 for linux-f2fs-devel@lists.sourceforge.net; Wed, 08 Sep 2021 20:54:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=sU3m59q5I8KIXHpE4A0uHYYk/DsKrSCayjV7iEizTFY=; b=LBd5VI7k3ZbMBuj8RvTSAevR7h N0N4w/4SzSDMwD+cbo/jLBPo3oj98AwDmXhg/r+uKEMSCRP5nXt39XO4AZY17sJzdpq8gl35DYze5 b0fuLvUGCxxEqUGtwAwlIIglADA5wRt1HdnpsS5jIv655yymxrJWRFvsKajuzuje+hmg=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=sU3m59q5I8KIXHpE4A0uHYYk/DsKrSCayjV7iEizTFY=; b=BS9ePYItumUsE58+xaapEQFJgO CQ4z2XJiyf7TOhEl6mYaDwBIovgqC3h6nLIf8adPYEJoSyfnU+icTpev+rpVLdpscxklr3ZTqu1MF vMIHg4rwD3ZtkrvO9my8CMjd/VBHyBN3aCkldonWdQ+8Niw32fImf2vdR8lzlPlkiNGY=; Received: from outgoing-auth-1.mit.edu ([18.9.28.11] helo=outgoing.mit.edu) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1mO4aB-003qoP-0W for linux-f2fs-devel@lists.sourceforge.net; Wed, 08 Sep 2021 20:54:12 +0000 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 188Krv5F014651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 8 Sep 2021 16:53:58 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 3A12D15C3403; Wed, 8 Sep 2021 16:53:57 -0400 (EDT) Date: Wed, 8 Sep 2021 16:53:57 -0400 From: "Theodore Ts'o" To: Christoph Hellwig Message-ID: References: <20210818140651.17181-1-hch@lst.de> <20210818140651.17181-2-hch@lst.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210818140651.17181-2-hch@lst.de> X-Headers-End: 1mO4aB-003qoP-0W Subject: Re: [f2fs-dev] [PATCH 01/11] ext4: simplify ext4_sb_read_encoding X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fsdevel@vger.kernel.org, Shreeya Patel , linux-ext4@vger.kernel.org, Gabriel Krisman Bertazi , linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Wed, Aug 18, 2021 at 04:06:41PM +0200, Christoph Hellwig wrote: > 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 Acked-by: Theodore Ts'o Thanks, - Ted _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel