diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 83d6b4397245..275b0860044c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -755,6 +755,11 @@ struct inode { | |||
755 | 755 | ||
756 | __u32 i_generation; | 756 | __u32 i_generation; |
757 | 757 | ||
758 | #ifdef CONFIG_FSNOTIFY | ||
759 | __u32 i_fsnotify_mask; /* all events this inode cares about */ | ||
760 | struct hlist_head i_fsnotify_mark_entries; /* fsnotify mark entries */ | ||
761 | #endif | ||
762 | |||
758 | #ifdef CONFIG_DNOTIFY | 763 | #ifdef CONFIG_DNOTIFY |
759 | unsigned long i_dnotify_mask; /* Directory notify events */ | 764 | unsigned long i_dnotify_mask; /* Directory notify events */ |
760 | struct dnotify_struct *i_dnotify; /* for directory notifications */ | 765 | struct dnotify_struct *i_dnotify; /* for directory notifications */ |