Re: [patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-25 Thread Andrew Morton
On Mon, 25 Jun 2007 14:17:19 +0200 (CEST) Roman Zippel <[EMAIL PROTECTED]> wrote: > +/* > + * Hash a string to an integer as appropriate for the HFS+ filesystem. > + * Composed unicode characters are decomposed and case-folding is performed > + * if the appropriate bits are (un)set on the

Re: [patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-25 Thread Roman Zippel
Hi, On Wed, 20 Jun 2007, Duane Griffin wrote: > Add custom dentry hash and comparison operations for HFS+ filesystems > that are case-insensitive and/or do automatic unicode decomposition. > The new operations reuse the existing HFS+ ASCII to unicode conversion, > unicode decomposition and case

Re: [patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-25 Thread Roman Zippel
Hi, On Wed, 20 Jun 2007, Duane Griffin wrote: Add custom dentry hash and comparison operations for HFS+ filesystems that are case-insensitive and/or do automatic unicode decomposition. The new operations reuse the existing HFS+ ASCII to unicode conversion, unicode decomposition and case

Re: [patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-25 Thread Andrew Morton
On Mon, 25 Jun 2007 14:17:19 +0200 (CEST) Roman Zippel [EMAIL PROTECTED] wrote: +/* + * Hash a string to an integer as appropriate for the HFS+ filesystem. + * Composed unicode characters are decomposed and case-folding is performed + * if the appropriate bits are (un)set on the superblock.

[patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-19 Thread Duane Griffin
Add custom dentry hash and comparison operations for HFS+ filesystems that are case-insensitive and/or do automatic unicode decomposition. The new operations reuse the existing HFS+ ASCII to unicode conversion, unicode decomposition and case folding functionality. Signed-off-by: Duane Griffin

[patch 2/2] HFS+: Add custom dentry hash and comparison operations

2007-06-19 Thread Duane Griffin
Add custom dentry hash and comparison operations for HFS+ filesystems that are case-insensitive and/or do automatic unicode decomposition. The new operations reuse the existing HFS+ ASCII to unicode conversion, unicode decomposition and case folding functionality. Signed-off-by: Duane Griffin