diff options
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 275b0860044c..323b5ce474c1 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -760,11 +760,6 @@ struct inode { | |||
760 | struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ | 760 | struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ |
761 | #endif | 761 | #endif |
762 | 762 | ||
763 | #ifdef CONFIG_DNOTIFY | ||
764 | unsigned long i_dnotify_mask; /* Directory notify events */ | ||
765 | struct dnotify_struct *i_dnotify; /* for directory notifications */ | ||
766 | #endif | ||
767 | |||
768 | #ifdef CONFIG_INOTIFY | 763 | #ifdef CONFIG_INOTIFY |
769 | struct list_head inotify_watches; /* watches on this inode */ | 764 | struct list_head inotify_watches; /* watches on this inode */ |
770 | struct mutex inotify_mutex; /* protects the watches list */ | 765 | struct mutex inotify_mutex; /* protects the watches list */ |