]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fsnotify_backend.h
fsnotify: add group priorities
[net-next-2.6.git] / include / linux / fsnotify_backend.h
index be4a36ed2008331fc6d4a20b0e55789c7f5c5b5d..8b2e095e5907dfc8f86919667570e936de663258 100644 (file)
@@ -140,6 +140,7 @@ struct fsnotify_group {
                                         * a group */
        struct list_head marks_list;    /* all inode marks for this group */
 
+       unsigned int priority;          /* order of this group compared to others */
        /* prevents double list_del of group_list.  protected by global fsnotify_grp_mutex */
        bool on_inode_group_list;
        bool on_vfsmount_group_list;