mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
This is never used, so can remove it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz> Message-Id: <20230725135528.25996-1-yuehaibing@huawei.com>
This commit is contained in:
@@ -760,9 +760,6 @@ extern void fsnotify_init_mark(struct fsnotify_mark *mark,
|
|||||||
/* Find mark belonging to given group in the list of marks */
|
/* Find mark belonging to given group in the list of marks */
|
||||||
extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
|
extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
|
||||||
struct fsnotify_group *group);
|
struct fsnotify_group *group);
|
||||||
/* Get cached fsid of filesystem containing object */
|
|
||||||
extern int fsnotify_get_conn_fsid(const struct fsnotify_mark_connector *conn,
|
|
||||||
__kernel_fsid_t *fsid);
|
|
||||||
/* attach the mark to the object */
|
/* attach the mark to the object */
|
||||||
extern int fsnotify_add_mark(struct fsnotify_mark *mark,
|
extern int fsnotify_add_mark(struct fsnotify_mark *mark,
|
||||||
fsnotify_connp_t *connp, unsigned int obj_type,
|
fsnotify_connp_t *connp, unsigned int obj_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user