alistair23-linux/fs/notify
Eric Paris 59b0df211b 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 <eparis@redhat.com>
2010-07-28 09:59:01 -04:00
..
dnotify fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
fanotify fanotify: use merge argument to determine actual event added to queue 2010-07-28 09:59:01 -04:00
inotify fsnotify: intoduce a notification merge argument 2010-07-28 09:59:01 -04:00
fsnotify.c fsnotify: use unsigned char * for dentry->d_name.name 2010-07-28 09:59:01 -04:00
fsnotify.h fsnotify: allow marks to not pin inodes in core 2010-07-28 09:58:59 -04:00
group.c fsnotify: add group priorities 2010-07-28 09:59:01 -04:00
inode_mark.c fanotify: clear all fanotify marks 2010-07-28 09:59:00 -04:00
Kconfig fanotify: fscking all notification system 2010-07-28 09:58:54 -04:00
Makefile fsnotify: vfsmount marks generic functions 2010-07-28 09:58:57 -04:00
mark.c fanotify: clear all fanotify marks 2010-07-28 09:59:00 -04:00
notification.c fsnotify: use unsigned char * for dentry->d_name.name 2010-07-28 09:59:01 -04:00
vfsmount_mark.c fanotify: clear all fanotify marks 2010-07-28 09:59:00 -04:00