diff options
Diffstat (limited to 'include/linux/fsnotify_backend.h')
-rw-r--r-- | include/linux/fsnotify_backend.h | 3 |
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 | |||
60 | struct fsnotify_group; | 63 | struct fsnotify_group; |
61 | struct fsnotify_event; | 64 | struct fsnotify_event; |
62 | struct fsnotify_mark_entry; | 65 | struct fsnotify_mark_entry; |