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=-13.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY 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 21B22C4338F for ; Mon, 23 Aug 2021 14:54:19 +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 D6F5461184; Mon, 23 Aug 2021 14:54:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D6F5461184 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.sourceforge.net Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.90_1) (envelope-from ) id 1mIBL7-0005rt-9c; Mon, 23 Aug 2021 14:54:17 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mIBL6-0005ra-54 for linux-f2fs-devel@lists.sourceforge.net; Mon, 23 Aug 2021 14:54:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Type:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From: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=I0QsHpd8Y08t0G7rS7z3Fmn6ZHlTZ32iYo1vLjVGpgg=; b=MVRz7AxcgyXWHGZaG7foPkxacn AiZuWiMV86f++cz+dkd/yCao89tBiFFpoaFRSk6SJ6UklOhBDkOPJ4AiygOUV6tN4TbqqK1KTgsxZ 4jGgiX7WefNCyPKS33vq1eRv9srw1ACU/gKiYinsUdfZ+LrVCNi7sWGaKvo64QByJGSs=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References:Subject: Cc:To:From: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=I0QsHpd8Y08t0G7rS7z3Fmn6ZHlTZ32iYo1vLjVGpgg=; b=m5sPugF7DeT628StdfSIgIjytQ roH2gsX1hjl3Q4gWOcSNx90chbRt0RQm3R+n6Jgwgl1GtxjojVvr06jGv7Q3TQ+ufIfBIConWrWqk UlyQkooQnfpS4OqWZg6RioG2761Xi+C8u9ANZC+x7vNaYZ9OC4P0cmquam8MEVn+/RtI=; Received: from bhuna.collabora.co.uk ([46.235.227.227]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) id 1mIBL2-0001Mq-7I for linux-f2fs-devel@lists.sourceforge.net; Mon, 23 Aug 2021 14:54:16 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id C64241F42633 From: Gabriel Krisman Bertazi To: Christoph Hellwig Organization: Collabora References: <20210818140651.17181-1-hch@lst.de> <20210818140651.17181-5-hch@lst.de> Date: Mon, 23 Aug 2021 10:54:02 -0400 In-Reply-To: <20210818140651.17181-5-hch@lst.de> (Christoph Hellwig's message of "Wed, 18 Aug 2021 16:06:44 +0200") Message-ID: <87y28s1ab9.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Headers-End: 1mIBL2-0001Mq-7I Subject: Re: [f2fs-dev] [PATCH 04/11] unicode: mark the version field in struct unicode_map unsigned 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 , 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 Christoph Hellwig writes: > unicode version tripplets are always unsigned. > > Signed-off-by: Christoph Hellwig Reviewed-by: Gabriel Krisman Bertazi Thanks, > --- > include/linux/unicode.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/unicode.h b/include/linux/unicode.h > index 6a392cd9f076..0744f81c4b5f 100644 > --- a/include/linux/unicode.h > +++ b/include/linux/unicode.h > @@ -6,7 +6,7 @@ > #include > > struct unicode_map { > - int version; > + unsigned int version; > }; > > int utf8_validate(const struct unicode_map *um, const struct qstr *str); -- Gabriel Krisman Bertazi _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel