linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* why do we need utf8 normalization when compare name?
@ 2020-03-02  9:00 lampahome
  2020-03-02 10:37 ` Aleksa Sarai
  2020-03-02 12:54 ` Matthew Wilcox
  0 siblings, 2 replies; 10+ messages in thread
From: lampahome @ 2020-03-02  9:00 UTC (permalink / raw)
  To: linux-fsdevel

According to case insensitive since kernel 5.2, d_compare will
transform string into normalized form and then compare.

But why do we need this normalization function? Could we just compare
by utf8 string?

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-03-03 17:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02  9:00 why do we need utf8 normalization when compare name? lampahome
2020-03-02 10:37 ` Aleksa Sarai
2020-03-02 10:47   ` Aleksa Sarai
2020-03-03  1:48     ` lampahome
     [not found]       ` <20200303070928.aawxoyeq77wnc3ts@yavin>
2020-03-03 10:13         ` lampahome
2020-03-03 17:22           ` Theodore Y. Ts'o
2020-03-02 12:54 ` Matthew Wilcox
2020-03-02 15:28   ` Al Viro
2020-03-02 17:14     ` Matthew Wilcox
2020-03-02 18:12     ` Theodore Y. Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).