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 68ca1b0491af..e5598d2f99b9 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -771,11 +771,6 @@ struct inode { | |||
771 | struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ | 771 | struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ |
772 | #endif | 772 | #endif |
773 | 773 | ||
774 | #ifdef CONFIG_INOTIFY | ||
775 | struct list_head inotify_watches; /* watches on this inode */ | ||
776 | struct mutex inotify_mutex; /* protects the watches list */ | ||
777 | #endif | ||
778 | |||
779 | unsigned long i_state; | 774 | unsigned long i_state; |
780 | unsigned long dirtied_when; /* jiffies of first dirtying */ | 775 | unsigned long dirtied_when; /* jiffies of first dirtying */ |
781 | 776 | ||