Skip to content
Commit 3bcf3860 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent f70ab54c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment