From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [RFC v2] Unicode/UTF-8 support for XFS Date: Mon, 22 Sep 2014 07:55:59 -0700 Message-ID: <87lhpbhfgg.fsf@tassilo.jf.intel.com> References: <20140918195650.GI19952@sgi.com> Mime-Version: 1.0 Content-Type: text/plain Cc: linux-fsdevel@vger.kernel.org, tinguely@sgi.com, olaf@sgi.com, xfs@oss.sgi.com To: Ben Myers Return-path: Received: from mga01.intel.com ([192.55.52.88]:11328 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbaIVO4R (ORCPT ); Mon, 22 Sep 2014 10:56:17 -0400 In-Reply-To: <20140918195650.GI19952@sgi.com> (Ben Myers's message of "Thu, 18 Sep 2014 14:56:50 -0500") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ben Myers writes: > > Strings are normalized using a trie that stores the relevant > information. The trie itself is about 250kB in size, and lives in a > separate module. So 250kB bloat -- and what does this fix exactly? Someone putting random ligatures into their file names and expecting the file to be the same as before. Can't they just not do that? -Andi