2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/fs/notify/inotify
Eric Paris 3bcf3860a4 fsnotify: store struct file not struct path
Al explains that calling dentry_open() with a mnt/dentry pair is only
garunteed to be safe if they are already used in an open struct file.  To
make sure this is the case don't store and use a struct path in fsnotify,
always use a struct file.

Signed-off-by: Eric Paris <eparis@redhat.com>
2010-07-28 10:18:51 -04:00
..
inotify_fsnotify.c fsnotify: store struct file not struct path 2010-07-28 10:18:51 -04:00
inotify_user.c fsnotify: fsnotify_add_notify_event should return an event 2010-07-28 10:18:50 -04:00
inotify.h inotify: rename mark_entry to just mark 2010-07-28 09:58:54 -04:00
Kconfig inotify: remove inotify in kernel interface 2010-07-28 09:58:31 -04:00
Makefile inotify: remove inotify in kernel interface 2010-07-28 09:58:31 -04:00