fanotify: limit the number of marks in a single fanotify group
[deliverable/linux.git] / include / linux / fsnotify_backend.h
index b37f3a71a9dc162f5dbf3ea084f17d5c735521e5..49ceed6e92b1af41415a2ba8bf87038fed48de4d 100644 (file)
@@ -169,6 +169,7 @@ struct fsnotify_group {
                        bool bypass_perm; /* protected by access_mutex */
 #endif /* CONFIG_FANOTIFY_ACCESS_PERMISSIONS */
                        int f_flags;
+                       unsigned int max_marks;
                } fanotify_data;
 #endif /* CONFIG_FANOTIFY */
        };
This page took 0.024378 seconds and 5 git commands to generate.