]> git.baikalelectronics.ru Git - kernel.git/commit
HFS+: add custom dentry hash and comparison operations
authorDuane Griffin <duaneg@dghda.com>
Mon, 16 Jul 2007 06:41:23 +0000 (23:41 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:49 +0000 (09:05 -0700)
commitdb27205a0ce69a915c32f760dc8e6bae984ff0f9
tree1b3c33667f5cb30d3daa91ddd50a726045991d74
parent2399e6ec848358ace03c4cddaf29430322fb5fc8
HFS+: add custom dentry hash and comparison operations

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 <duaneg@dghda.com>
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hfsplus/btree.c
fs/hfsplus/dir.c
fs/hfsplus/hfsplus_fs.h
fs/hfsplus/inode.c
fs/hfsplus/super.c
fs/hfsplus/unicode.c