From: Jaegeuk Kim Date: Fri, 29 Aug 2014 07:26:50 +0000 (-0700) Subject: f2fs: fix wrong casting for dentry name X-Git-Tag: fixes-v3.17-rc4~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3304b56401c4509ffaa74705b49edc9e13cee195;p=pandora-kernel.git f2fs: fix wrong casting for dentry name The dentry name type is unsigned char *. If we don't match this type, some character codes can be changed by signed bit. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed