fanotify: support reporting thread id instead of process id
[linux-2.6-microblaze.git] / fs / notify / fanotify / fanotify.h
index 88a8290..ea05b8a 100644 (file)
@@ -19,7 +19,7 @@ struct fanotify_event_info {
         * during this object's lifetime
         */
        struct path path;
-       struct pid *tgid;
+       struct pid *pid;
 };
 
 /*