From: Eric Paris Date: Mon, 8 Feb 2010 17:53:52 +0000 (-0500) Subject: fsnotify: use unsigned char * for dentry->d_name.name X-Git-Tag: v2.6.36-rc1~303^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59b0df211bd9699d7e0d01fcf9345a149f75b033;p=pandora-kernel.git fsnotify: use unsigned char * for dentry->d_name.name fsnotify was using char * when it passed around the d_name.name string internally but it is actually an unsigned char *. This patch switches fsnotify to use unsigned and should silence some pointer signess warnings which have popped out of xfs. I do not add -Wpointer-sign to the fsnotify code as there are still issues with kstrdup and strlen which would pop out needless warnings. Signed-off-by: Eric Paris --- Reading git-diff-tree failed