[PATCH] Pass dentry, not just name, in fsnotify creation hooks.
authorAmy Griffis <amy.griffis@hp.com>
Thu, 3 Nov 2005 15:57:06 +0000 (15:57 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 20 Mar 2006 19:08:53 +0000 (14:08 -0500)
commitf38aa94224c5517a40ba56d453779f70d3229803
tree30d0f7390cb2f1cf33a55080cb6c0676727af1fa
parent90d526c074ae5db484388da56c399acf892b6c17
[PATCH] Pass dentry, not just name, in fsnotify creation hooks.

The audit hooks (to be added shortly) will want to see dentry->d_inode
too, not just the name.

Signed-off-by: Amy Griffis <amy.griffis@hp.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/namei.c
include/linux/fsnotify.h
kernel/auditsc.c