]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited1078df0c1f1c41061e7465d1df4dd0c7d41d71
tree79bc025df5f7e192c22df4044193abce8a5bb461
parent9564304472fc111a32d6ad7c164b2d0b2b28c32a
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