Skip to content

Commit f847c74

Browse files
gscuijankara
authored andcommitted
fsnotify: remove unused declaration
fsnotify_alloc_event_holder() and fsnotify_destroy_event_holder() has been removed since commit 7053aee ("fsnotify: do not share events between notification groups"), so remove it. Reviewed-by: Ritesh Harjani (IBM) <[email protected]> Signed-off-by: Gaosheng Cui <[email protected]> Signed-off-by: Jan Kara <[email protected]>
1 parent 0066f1b commit f847c74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/notify/fsnotify.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ static inline void fsnotify_clear_marks_by_sb(struct super_block *sb)
7676
*/
7777
extern void __fsnotify_update_child_dentry_flags(struct inode *inode);
7878

79-
/* allocate and destroy and event holder to attach events to notification/access queues */
80-
extern struct fsnotify_event_holder *fsnotify_alloc_event_holder(void);
81-
extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
82-
8379
extern struct kmem_cache *fsnotify_mark_connector_cachep;
8480

8581
#endif /* __FS_NOTIFY_FSNOTIFY_H_ */

0 commit comments

Comments
 (0)