Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp237388pxb; Tue, 7 Sep 2021 23:22:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz9qZL6rRot53fgqV4rQ60EYpWxx1VsOBXOV+FKSlcTAEw2ENMVxZuv/8n29UlwF2hplU+3 X-Received: by 2002:a17:906:144b:: with SMTP id q11mr2398362ejc.78.1631082150862; Tue, 07 Sep 2021 23:22:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631082150; cv=none; d=google.com; s=arc-20160816; b=oY8QUdbjXFfUYR8WVfAldMebg7K0MiiEbgI0Xlz6fBO7OY19JGAiUxTpjBT599u6p1 vaZqon8LG9z9o3V+7T2vFC/rKguaRZXbdYHfygzCChFhi1D1thxVuDT7pe37S+KD3Y0N e4qAktwyEUEBblFyTemB1qgj5n63raiMVKM5fwcPTs0TT300aUjnF/LCcDSVNJ47GwMF bwDbpkksYp9aG15Kh0ws/Ssgv0q8Jz7UEWMfP4LGHj0g2oSw5b6hS6zqtmDaKmDqDtzl kMy2MfVDgAq4BFeloUI0gDxJNwmgHF94eyOGDwDUfGR6Td3Uip99/UZHDFT/4mM6vPMr HJcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=OWq4Uxs42srrgreYr9FPUM1tUTYlrTlruMxtn9k5kYQ=; b=MoSlWEPBjPFiMqTyVQkH60EyTVK3/wD2u4vQiFq2iuQGXN8rDai7L15e442K09N8HA NUfkyTCIbvWUcA71E2KZHrsYHRWg4ZoSvWxhKGXDxdlVyQt8U3O9Tzo0UtndPbdImyi4 9P1CW2DDWAZkJL7aLjjO02Sv8MoGBe4ninfeSAHN9gYvNACyik8H+OQJP58C5Nu8A1IG VcnHcbSQzxWswTRcqS7z9urULIkqk67p2hqZRbx4DDNQhWRzYwyV9F8AnLtFbyCNGxg5 h5J0kRrRQYLkLr6moAycQPKpbPs32NYOJNomZ0pqt8+cUN/3oZQrUKsUS/Mitq8T6QVo VPRA== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i29si1202820ejo.398.2021.09.07.23.22.02; Tue, 07 Sep 2021 23:22:30 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245528AbhIHGUT (ORCPT + 99 others); Wed, 8 Sep 2021 02:20:19 -0400 Received: from verein.lst.de ([213.95.11.211]:38065 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236202AbhIHGUT (ORCPT ); Wed, 8 Sep 2021 02:20:19 -0400 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 Cc: Christoph Hellwig , Shreeya Patel , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Subject: Re: [PATCH 05/11] unicode: pass a UNICODE_AGE() tripple to utf8_load 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a6kpfiyv.fsf@collabora.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org 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.