fsnotify: remove unused declaration
[ Upstream commit f847c74d6e89f10926db58649a05b99237258691 ]
fsnotify_alloc_event_holder() and fsnotify_destroy_event_holder()
has been removed since commit 7053aee26a
("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>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
a2d440dce6
commit
229e73a0f4
@@ -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);
|
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;
|
extern struct kmem_cache *fsnotify_mark_connector_cachep;
|
||||||
|
|
||||||
#endif /* __FS_NOTIFY_FSNOTIFY_H_ */
|
#endif /* __FS_NOTIFY_FSNOTIFY_H_ */
|
||||||
|
Reference in New Issue
Block a user