diff options
author | Eric Paris <eparis@redhat.com> | 2009-05-21 17:01:33 -0400 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2009-06-11 14:57:53 -0400 |
commit | 3c5119c05d624f95f4967d16b38c9624b816bdb9 (patch) | |
tree | 0b5f66106aea38e52adf62958762b0a975607322 /include/linux/fsnotify_backend.h | |
parent | c28f7e56e9d95fb531dc3be8df2e7f52bee76d21 (diff) |
dnotify: reimplement dnotify using fsnotify
Reimplement dnotify using fsnotify.
Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
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; |