linux/fs/notify
Eric Paris ba643f04cd fsnotify: clear marks to 0 in fsnotify_init_mark
Currently fsnotify_init_mark sets some fields to 0/NULL.  Some users
already used some sorts of zalloc, some didn't.  This patch uses memset to
explicitly zero everything in the fsnotify_mark when it is initialized so we
don't have to be careful if fields are later added to marks.

Signed-off-by: Eric Paris <eparis@redhat.com>
2010-07-28 09:58:57 -04:00
..
dnotify fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
fanotify fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
inotify fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
fsnotify.c fsnotify: kill FSNOTIFY_EVENT_FILE 2010-07-28 09:58:53 -04:00
fsnotify.h fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
group.c fsnotify: rename mark_entry to just mark 2010-07-28 09:58:53 -04:00
inode_mark.c fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
Kconfig fanotify: fscking all notification system 2010-07-28 09:58:54 -04:00
Makefile fsnotify: split generic and inode specific mark code 2010-07-28 09:58:57 -04:00
mark.c fsnotify: clear marks to 0 in fsnotify_init_mark 2010-07-28 09:58:57 -04:00
notification.c fanotify: Add pids to events 2010-07-28 09:58:56 -04:00