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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fsnotify_backend.h b/include/linux/fsnotify_backend.h
index 13d2dd570049..9ea800e840f1 100644
--- a/include/linux/fsnotify_backend.h
+++ b/include/linux/fsnotify_backend.h
@@ -57,6 +57,9 @@
57 FS_MOVED_FROM | FS_MOVED_TO | FS_CREATE |\ 57 FS_MOVED_FROM | FS_MOVED_TO | FS_CREATE |\
58 FS_DELETE) 58 FS_DELETE)
59 59
60/* listeners that hard code group numbers near the top */
61#define DNOTIFY_GROUP_NUM UINT_MAX
62
60struct fsnotify_group; 63struct fsnotify_group;
61struct fsnotify_event; 64struct fsnotify_event;
62struct fsnotify_mark_entry; 65struct fsnotify_mark_entry;