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/fs.h | |
parent | c28f7e56e9d95fb531dc3be8df2e7f52bee76d21 (diff) | |
download | linux-3.10-3c5119c05d624f95f4967d16b38c9624b816bdb9.tar.gz linux-3.10-3c5119c05d624f95f4967d16b38c9624b816bdb9.tar.bz2 linux-3.10-3c5119c05d624f95f4967d16b38c9624b816bdb9.zip |
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/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 275b0860044..323b5ce474c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -760,11 +760,6 @@ struct inode { struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ #endif -#ifdef CONFIG_DNOTIFY - unsigned long i_dnotify_mask; /* Directory notify events */ - struct dnotify_struct *i_dnotify; /* for directory notifications */ -#endif - #ifdef CONFIG_INOTIFY struct list_head inotify_watches; /* watches on this inode */ struct mutex inotify_mutex; /* protects the watches list */ |