diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-12-17 21:24:27 -0500 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 09:58:56 -0400 |
commit | 32c3263221bd63316815286dccacdc7abfd7f3c4 (patch) | |
tree | 9dad12d5b966cf42d7506e10fb2e3c8d955415d3 /include/linux/fsnotify_backend.h | |
parent | 22aa425dec9e47051624714ae283eb2b6a473013 (diff) |
fanotify: Add pids to events
Pass the process identifiers of the triggering processes to fanotify
listeners: this information is useful for event filtering and logging.
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h index ff654c1932f2..7d93572ec568 100644 --- a/include/linux/fsnotify_backend.h +++ b/include/linux/fsnotify_backend.h | |||
@@ -221,6 +221,7 @@ struct fsnotify_event { | |||
221 | u32 sync_cookie; /* used to corrolate events, namely inotify mv events */ | 221 | u32 sync_cookie; /* used to corrolate events, namely inotify mv events */ |
222 | char *file_name; | 222 | char *file_name; |
223 | size_t name_len; | 223 | size_t name_len; |
224 | struct pid *tgid; | ||
224 | 225 | ||
225 | struct list_head private_data_list; /* groups can store private data here */ | 226 | struct list_head private_data_list; /* groups can store private data here */ |
226 | }; | 227 | }; |