inotify: remove inotify in kernel interface
[linux-block.git] / include / linux / fs.h
index 68ca1b0491af42051bb6e93f424b3741c1ed7278..e5598d2f99b983be0aa5f9feca830923d973b807 100644 (file)
@@ -771,11 +771,6 @@ struct inode {
        struct hlist_head       i_fsnotify_mark_entries; /* fsnotify mark entries */
 #endif
 
-#ifdef CONFIG_INOTIFY
-       struct list_head        inotify_watches; /* watches on this inode */
-       struct mutex            inotify_mutex;  /* protects the watches list */
-#endif
-
        unsigned long           i_state;
        unsigned long           dirtied_when;   /* jiffies of first dirtying */