diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-09 11:38:28 +0800 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-09-09 11:40:03 +0200 |
commit | f847c74d6e89f10926db58649a05b99237258691 (patch) | |
tree | 398c7acad965806eda2943aa21b30027eba28ff3 /fs/notify | |
parent | 0066f1b0e27556381402db3ff31f85d2a2265858 (diff) | |
download | linux-stable-f847c74d6e89f10926db58649a05b99237258691.tar.gz linux-stable-f847c74d6e89f10926db58649a05b99237258691.tar.bz2 linux-stable-f847c74d6e89f10926db58649a05b99237258691.zip |
fsnotify: remove unused declaration
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) <ritesh.list@gmail.com>
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fsnotify.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/notify/fsnotify.h b/fs/notify/fsnotify.h index 87d8a50ee803..fde74eb333cc 100644 --- a/fs/notify/fsnotify.h +++ b/fs/notify/fsnotify.h @@ -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_ */ |