19 #include <linux/list.h>
21 #include <linux/slab.h>
24 #include <linux/wait.h>
39 if (group->ops->free_group_priv)
40 group->ops->free_group_priv(group);
53 static void fsnotify_destroy_group(
struct fsnotify_group *
group)
71 fsnotify_destroy_group(group);
79 struct fsnotify_group *
group;
81 group = kzalloc(
sizeof(
struct fsnotify_group),
GFP_KERNEL);
94 INIT_LIST_HEAD(&group->notification_list);
99 INIT_LIST_HEAD(&group->marks_list);