sys_execve and sys_uselib do not call into fsnotify
authorEric Paris <eparis@redhat.com>
Wed, 17 Dec 2008 18:53:20 +0000 (13:53 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Jan 2009 16:54:28 +0000 (11:54 -0500)
commit6110e3abbff8b785907d4db50240e63c1be726e3
tree79bc025df5f7e192c22df4044193abce8a5bb461
parent56ff5efad96182f4d3cb3dc6b07396762c658f16
sys_execve and sys_uselib do not call into fsnotify

sys_execve and sys_uselib do not call into fsnotify so inotify does not get
open events for these types of syscalls.  This patch simply makes the
requisite fsnotify calls.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exec.c