From: Jeff Layton Date: Thu, 5 Sep 2013 12:38:11 +0000 (-0400) Subject: cifs: convert case-insensitive dentry ops to use new case conversion routines X-Git-Tag: v3.12-rc1~46^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec71e0e15937ae3d0d8342b564c63649b23afa3a;p=pandora-kernel.git cifs: convert case-insensitive dentry ops to use new case conversion routines Have the case-insensitive d_compare and d_hash routines convert each character in the filenames to wchar_t's and then use the new cifs_toupper routine to convert those into uppercase. With this scheme we should more closely emulate the case conversion that the servers will do. Reported-and-Tested-by: Jan-Marek Glogowski Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed