commit | 6110e3abbff8b785907d4db50240e63c1be726e3 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Dec 17 13:53:20 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 05 11:54:28 2009 -0500 |
tree | 79bc025df5f7e192c22df4044193abce8a5bb461 | |
parent | 56ff5efad96182f4d3cb3dc6b07396762c658f16 [diff] |
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>