aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fsnotify_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r--include/linux/fsnotify_backend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index b0d00fd6bfad..b9b3f24ad4fc 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -143,7 +143,6 @@ struct fsnotify_group {
143 * a group */ 143 * a group */
144 struct list_head marks_list; /* all inode marks for this group */ 144 struct list_head marks_list; /* all inode marks for this group */
145 145
146 unsigned int priority; /* order of this group compared to others */
147 /* prevents double list_del of group_list. protected by global fsnotify_grp_mutex */ 146 /* prevents double list_del of group_list. protected by global fsnotify_grp_mutex */
148 bool on_inode_group_list; 147 bool on_inode_group_list;
149 bool on_vfsmount_group_list; 148 bool on_vfsmount_group_list;