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.0 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 DD430C433EF for ; Wed, 8 Sep 2021 06:19:38 +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 91E8060EFE; Wed, 8 Sep 2021 06:19:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 91E8060EFE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1mNqvp-0001Sr-Ds; Wed, 08 Sep 2021 06:19:37 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNqvb-0001SO-V2 for linux-f2fs-devel@lists.sourceforge.net; Wed, 08 Sep 2021 06:19:23 +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=OWq4Uxs42srrgreYr9FPUM1tUTYlrTlruMxtn9k5kYQ=; b=lKtSL202jGtqtBV0+33IW/GN47 ly0371ZEjZ5t8jbS7kzoMCokQ6qjYTNemMIJ5KjlCcL0QkIk9WMFvmTd6aM84P9iaCFQL6fEiZPfB 26vqITxBrXb5yR0OvbqM08lmHzOkb906DNGcM5ry3/v1zLIubSEwM8MFuVIFe3XdM3Y4=; 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=OWq4Uxs42srrgreYr9FPUM1tUTYlrTlruMxtn9k5kYQ=; b=dmzMtriNkkbgxAvCsm7hdgpLL3 qFwAesHX/K3cfsjIlyDuQMdBEuAoim7q3noZLCbVUzX0bd58ISAk7Urj/EeHehLAAGME6I0WNqU+d lTNa+u5mBK0gm1M+lcPOd2bQ9bSTyyv8Ll3lkQhlFIp3/CIOEE/5X6+B3QFwhicMrG2Y=; Received: from verein.lst.de ([213.95.11.211]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1mNqva-0027C3-PO for linux-f2fs-devel@lists.sourceforge.net; Wed, 08 Sep 2021 06:19:23 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 2D17367373; Wed, 8 Sep 2021 08:19:10 +0200 (CEST) Date: Wed, 8 Sep 2021 08:19:09 +0200 From: Christoph Hellwig To: Gabriel Krisman Bertazi Message-ID: <20210908061909.GA28651@lst.de> References: <20210818140651.17181-1-hch@lst.de> <20210818140651.17181-6-hch@lst.de> <87h7exfj31.fsf@collabora.com> <87a6kpfiyv.fsf@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87a6kpfiyv.fsf@collabora.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Headers-End: 1mNqva-0027C3-PO Subject: Re: [f2fs-dev] [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load 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, linux-ext4@vger.kernel.org, Shreeya Patel , Christoph Hellwig , 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 Mon, Sep 06, 2021 at 06:16:24PM -0400, Gabriel Krisman Bertazi wrote: > > ext4_msg("... %u.%u.%u\n", (encoding_info->version>>12) & 0xff, > > (encoding_info->version>>8) & 0xff), encoding_info->version & 0xff)) I'd rather not open code these shifts and add helpers for them. > > The rest of the series looks good and I can pick it up for 5.15, unless > > someone has anything else to say? It has lived on the list for a while > > now. > > > > Ugh, pressed reply too quickly. Sorry for the multiple email reply. > > In the summary line: tripple -> triple. Let me resend with the above change. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel