]> Git Repo - linux.git/commitdiff
fsnotify: remove unused declaration
authorGaosheng Cui <[email protected]>
Fri, 9 Sep 2022 03:38:28 +0000 (11:38 +0800)
committerJan Kara <[email protected]>
Fri, 9 Sep 2022 09:40:03 +0000 (11:40 +0200)
fsnotify_alloc_event_holder() and fsnotify_destroy_event_holder()
has been removed since commit 7053aee26a35 ("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]>
fs/notify/fsnotify.h

index 87d8a50ee80387fbf8a23d83923cfb6d4583a960..fde74eb333cc93b9b6e7da341e3d79e0a76bc8b9 100644 (file)
@@ -76,10 +76,6 @@ static inline void fsnotify_clear_marks_by_sb(struct super_block *sb)
  */
 extern void __fsnotify_update_child_dentry_flags(struct inode *inode);
 
-/* allocate and destroy and event holder to attach events to notification/access queues */
-extern struct fsnotify_event_holder *fsnotify_alloc_event_holder(void);
-extern void fsnotify_destroy_event_holder(struct fsnotify_event_holder *holder);
-
 extern struct kmem_cache *fsnotify_mark_connector_cachep;
 
 #endif /* __FS_NOTIFY_FSNOTIFY_H_ */
This page took 0.061331 seconds and 4 git commands to generate.